ALLOWINT 67 include/asm-m68k/system.h #define local_irq_enable() asm volatile ("andiw %0,%%sr": : "i" (ALLOWINT) : "memory")
ALLOWINT 72 include/asm-m68k/system.h asm volatile ("andiw %0,%%sr": : "i" (ALLOWINT) : "memory"); \
ALLOWINT 83 include/asm-m68k/system.h return flags & ~ALLOWINT;