projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5faff4
)
lguest: trivial: We now have asm/processor-flags.h, so use it.
author
Rusty Russell
<
[email protected]
>
Fri, 20 Jul 2007 12:12:56 +0000
(22:12 +1000)
committer
Linus Torvalds
<
[email protected]
>
Fri, 20 Jul 2007 16:05:16 +0000
(09:05 -0700)
Signed-off-by: Rusty Russell <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/lguest/lguest_asm.S
patch
|
blob
|
history
diff --git
a/drivers/lguest/lguest_asm.S
b/drivers/lguest/lguest_asm.S
index 00046c57b5bad69ac3b9dc983dbea71efd488ccb..a3dbf22ee365a86d11b85792e1163f8256e9cdda 100644
(file)
--- a/
drivers/lguest/lguest_asm.S
+++ b/
drivers/lguest/lguest_asm.S
@@
-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