Commit 876be9d8 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

lguest: trivial: We now have asm/processor-flags.h, so use it.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e5faff45
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment