From: Rusty Russell Date: Fri, 20 Jul 2007 12:12:56 +0000 (+1000) Subject: lguest: trivial: We now have asm/processor-flags.h, so use it. X-Git-Tag: v2.6.23-rc1~211 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=876be9d89e9c8a007577e6372e331042edf4020b;p=linux-2.6 lguest: trivial: We now have asm/processor-flags.h, so use it. Signed-off-by: Rusty Russell Signed-off-by: Linus Torvalds --- diff --git a/drivers/lguest/lguest_asm.S b/drivers/lguest/lguest_asm.S index 00046c57b5..a3dbf22ee3 100644 --- a/drivers/lguest/lguest_asm.S +++ b/drivers/lguest/lguest_asm.S @@ -2,9 +2,7 @@ #include #include #include - -/* FIXME: Once asm/processor-flags.h goes in, include that */ -#define X86_EFLAGS_IF 0x00000200 +#include /* * This is where we begin: we have a magic signature which the launcher looks