score: lost a semicolon in asm/irqflags.h
authorChen Liqin <liqin.chen@sunplusct.com>
Mon, 28 Mar 2011 04:02:20 +0000 (12:02 +0800)
committerChen Liqin <liqin.chen@sunplusct.com>
Mon, 28 Mar 2011 04:02:20 +0000 (12:02 +0800)
arch/score/include/asm/irqflags.h

index 5c75638..37c6ac9 100644 (file)
@@ -29,7 +29,7 @@ static inline unsigned long arch_local_save_flags(void)
 
 static inline unsigned long arch_local_irq_save(void)
 {
-       unsigned long flags
+       unsigned long flags;
 
        asm volatile(
                "       mfcr    r8, cr0         \n"