[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1184933576.10380.299.camel@localhost.localdomain>
Date: Fri, 20 Jul 2007 22:12:56 +1000
From: Rusty Russell <rusty@...tcorp.com.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: lkml - Kernel Mailing List <linux-kernel@...r.kernel.org>,
virtualization <virtualization@...ts.linux-foundation.org>
Subject: [PATCH 2/3] lguest: trivial: We now have asm/processor-flags.h, so
use it.
Signed-off-by: Rusty Russell <rusty@...tcorp.com.au>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists