]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
microblaze: Fix IRQ flag handling for MSR=0
authorMichal Simek <monstr@monstr.eu>
Mon, 7 Feb 2011 12:32:55 +0000 (13:32 +0100)
committerMichal 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

index 5fd31905775d691cb6d4e4fffbb0eeb91ad40013..c4532f032b3b3ad2b082332132a0d90a6ba94868 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/types.h>
 #include <asm/registers.h>
 
-#ifdef CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR
+#if CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR
 
 static inline unsigned long arch_local_irq_save(void)
 {