X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-m68k%2Fsystem.h;h=f0f36fca11bb73bfb53fa94f6d65ca5f5233fdbe;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=5a9c74c09e50c3db3f81632ca04b1bd4d80f7d11;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/include/asm-m68k/system.h b/include/asm-m68k/system.h index 5a9c74c09..f0f36fca1 100644 --- a/include/asm-m68k/system.h +++ b/include/asm-m68k/system.h @@ -51,7 +51,7 @@ asmlinkage void resume(void); #if 0 #define local_irq_enable() asm volatile ("andiw %0,%%sr": : "i" (ALLOWINT) : "memory") #else -#include +#include #define local_irq_enable() ({ \ if (MACH_IS_Q40 || !hardirq_count()) \ asm volatile ("andiw %0,%%sr": : "i" (ALLOWINT) : "memory"); \