mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
microblaze: Add debug message about enabling interrupts
Add one more debug message about enabling global interrupts. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
e217b0d50d
commit
070b8e0da2
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
void enable_interrupts(void)
|
||||
{
|
||||
debug("Enable interrupts for the whole CPU\n");
|
||||
MSRSET(0x2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue