forked from Minki/linux
lguest: trivial: We now have asm/processor-flags.h, so use it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
e5faff45b3
commit
876be9d89e
@ -2,9 +2,7 @@
|
||||
#include <linux/lguest.h>
|
||||
#include <asm/asm-offsets.h>
|
||||
#include <asm/thread_info.h>
|
||||
|
||||
/* FIXME: Once asm/processor-flags.h goes in, include that */
|
||||
#define X86_EFLAGS_IF 0x00000200
|
||||
#include <asm/processor-flags.h>
|
||||
|
||||
/*
|
||||
* This is where we begin: we have a magic signature which the launcher looks
|
||||
|
Loading…
Reference in New Issue
Block a user