[PATCH] x86-64: Use X86_EFLAGS_IF in x86-64/irqflags.h.
authorAndi Kleen <ak@suse.de>
Wed, 2 May 2007 17:27:11 +0000 (19:27 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Wed, 2 May 2007 17:27:11 +0000 (19:27 +0200)
commit5d02d7ae73ac9446f20bbf604b04a74637178b35
treeaa9567f82def28a452f7625e5a5cc6078148c9cd
parentb92e9fac400d4ae5bc7a75c568e9844ec53ea329
[PATCH] x86-64: Use X86_EFLAGS_IF in x86-64/irqflags.h.

As per i386 patch: 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-x86_64/irqflags.h
include/asm-x86_64/processor-flags.h [new file with mode: 0644]
include/asm-x86_64/processor.h