From: Andi Kleen Date: Wed, 2 May 2007 17:27:11 +0000 (+0200) Subject: [PATCH] x86-64: Use X86_EFLAGS_IF in x86-64/irqflags.h. X-Git-Tag: v2.6.22-rc1~1011^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d02d7ae73ac9446f20bbf604b04a74637178b35;p=pandora-kernel.git [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 Signed-off-by: Andi Kleen --- Reading git-diff-tree failed