diff options
Diffstat (limited to 'drivers/lguest')
-rw-r--r-- | drivers/lguest/lguest_asm.S | 4 |
1 files changed, 1 insertions, 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 @@ | |||
2 | #include <linux/lguest.h> | 2 | #include <linux/lguest.h> |
3 | #include <asm/asm-offsets.h> | 3 | #include <asm/asm-offsets.h> |
4 | #include <asm/thread_info.h> | 4 | #include <asm/thread_info.h> |
5 | 5 | #include <asm/processor-flags.h> | |
6 | /* FIXME: Once asm/processor-flags.h goes in, include that */ | ||
7 | #define X86_EFLAGS_IF 0x00000200 | ||
8 | 6 | ||
9 | /* | 7 | /* |
10 | * This is where we begin: we have a magic signature which the launcher looks | 8 | * This is where we begin: we have a magic signature which the launcher looks |