Skip to content

Commit

Permalink
lguest: trivial: We now have asm/processor-flags.h, so use it.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Rusty Russell authored and Linus Torvalds committed Jul 20, 2007
1 parent e5faff4 commit 876be9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drivers/lguest/lguest_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 876be9d

Please sign in to comment.