[PATCH 2/3] lguest: trivial: We now have asm/processor-flags.h, souse it.

From: Rusty Russell
Date: Fri Jul 20 2007 - 08:13:27 EST


Signed-off-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx>

diff -r f41cd1b8d7ef drivers/lguest/lguest_asm.S
--- a/drivers/lguest/lguest_asm.S Fri Jul 20 13:46:40 2007 +1000
+++ b/drivers/lguest/lguest_asm.S Fri Jul 20 14:17:04 2007 +1000
@@ -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


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/