]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
lguest: trivial: We now have asm/processor-flags.h, so use it.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 20 Jul 2007 12:12:56 +0000 (22:12 +1000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 20 Jul 2007 16:05:16 +0000 (09:05 -0700)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/lguest/lguest_asm.S

index 00046c57b5bad69ac3b9dc983dbea71efd488ccb..a3dbf22ee365a86d11b85792e1163f8256e9cdda 100644 (file)
@@ -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