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
|
@ -16,6 +16,7 @@
|
|||
|
||||
void enable_interrupts(void)
|
||||
{
|
||||
debug("Enable interrupts for the whole CPU\n");
|
||||
MSRSET(0x2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue