taglinefilesource code
sti84include/asm-alpha/system.h#define sti()      setipl(0)
sti170include/asm-i386/system.h#define sti() __asm__ __volatile__ ("sti": : :"memory")
sti22include/asm-m68k/system.h#define sti() __asm__ __volatile__ ("andiw #0xfbff,sr": : : "memory")
sti24include/asm-m68k/system.h#define sti() __asm__ __volatile__ ("andiw #0xf8ff,sr": : : "memory")
sti39include/asm-mips/system.h#define sti() \
sti103include/asm-sparc/system.h#define sti()      swpipl(0)   /* I'm scared */