[PATCH] i386: Use X86_EFLAGS_IF in irqflags.h.
authorAndi Kleen <ak@suse.de>
Wed, 2 May 2007 17:27:10 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:10 +0000 (19:27 +0200)
commitb4531e863dbd06b5d336afefdb37483b690dea59
tree31d481e2b1b9727b6ee180ce876b73fbc0983a15
parent78eea47ac3e256559d97f0c2434928be39cba524
[PATCH] i386: Use X86_EFLAGS_IF in irqflags.h.

Move X86_EFLAGS_IF et al out to a new header: processor-flags.h, so we
can include it from irqflags.h and use it in raw_irqs_disabled_flags().

As a side-effect, we could now use these flags in .S files.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andi Kleen <ak@suse.de>
include/asm-i386/irqflags.h
include/asm-i386/processor-flags.h [new file with mode: 0644]
include/asm-i386/processor.h