commit | 5d02d7ae73ac9446f20bbf604b04a74637178b35 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed May 02 19:27:11 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:11 2007 +0200 |
tree | aa9567f82def28a452f7625e5a5cc6078148c9cd | |
parent | b92e9fac400d4ae5bc7a75c568e9844ec53ea329 [diff] |
[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>