diff options
| author | Michal Simek <[email protected]> | 2015-01-26 15:25:32 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2015-02-09 15:09:57 +0100 |
| commit | 070b8e0da23ab344153d3d1d1b5ef6caac3134dd (patch) | |
| tree | 74e7737fc84958ef07550f96b68064e2d2d5f46e | |
| parent | e217b0d50dd38e0fffb1168d9eaf64086bcb3b51 (diff) | |
microblaze: Add debug message about enabling interrupts
Add one more debug message about enabling global interrupts.
Signed-off-by: Michal Simek <[email protected]>
| -rw-r--r-- | arch/microblaze/cpu/interrupts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/cpu/interrupts.c b/arch/microblaze/cpu/interrupts.c index 771bbd0ca62..f66ec69ee25 100644 --- a/arch/microblaze/cpu/interrupts.c +++ b/arch/microblaze/cpu/interrupts.c @@ -16,6 +16,7 @@ void enable_interrupts(void) { + debug("Enable interrupts for the whole CPU\n"); MSRSET(0x2); } |
