From 876be9d89e9c8a007577e6372e331042edf4020b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 20 Jul 2007 22:12:56 +1000 Subject: [PATCH] lguest: trivial: We now have asm/processor-flags.h, so use it. Signed-off-by: Rusty Russell Signed-off-by: Linus Torvalds --- drivers/lguest/lguest_asm.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/lguest/lguest_asm.S b/drivers/lguest/lguest_asm.S index 00046c57b5ba..a3dbf22ee365 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 -- 2.11.0