projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e217b0d
)
microblaze: Add debug message about enabling interrupts
author
Michal Simek
<michal.simek@xilinx.com>
Mon, 26 Jan 2015 14:25:32 +0000
(15:25 +0100)
committer
Michal Simek
<michal.simek@xilinx.com>
Mon, 9 Feb 2015 14:09:57 +0000
(15:09 +0100)
Add one more debug message about enabling global interrupts.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/cpu/interrupts.c
patch
|
blob
|
history
diff --git
a/arch/microblaze/cpu/interrupts.c
b/arch/microblaze/cpu/interrupts.c
index 771bbd0ca6288c851c2cb69849234dd6152d7449..f66ec69ee25e64b6b3a701bd8174969b7b32c039 100644
(file)
--- 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);
}