projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8dbdea8
)
microblaze: Fix IRQ flag handling for MSR=0
author
Michal Simek
<monstr@monstr.eu>
Mon, 7 Feb 2011 12:32:55 +0000
(13:32 +0100)
committer
Michal Simek
<monstr@monstr.eu>
Mon, 7 Feb 2011 18:12:04 +0000
(19:12 +0100)
Patch: Fix IRQ flag handling naming
(sha1:
f9ee29270c11dba7d0fe0b83ce47a4d8e8d2101
)
introduced problem on system with MSR=0.
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/irqflags.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/irqflags.h
b/arch/microblaze/include/asm/irqflags.h
index
5fd3190
..
c4532f0
100644
(file)
--- a/
arch/microblaze/include/asm/irqflags.h
+++ b/
arch/microblaze/include/asm/irqflags.h
@@
-12,7
+12,7
@@
#include <linux/types.h>
#include <asm/registers.h>
-#if
def
CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR
+#if CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR
static inline unsigned long arch_local_irq_save(void)
{