* [PATCH] kvm-kmod: x86: Remove now redundant bool constants
@ 2009-05-26 20:57 Jan Kiszka
2009-05-27 9:27 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2009-05-26 20:57 UTC (permalink / raw)
To: Avi Kivity; +Cc: kvm-devel
[-- Attachment #1: Type: text/plain, Size: 669 bytes --]
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
x86/external-module-compat.h | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h
index 5add5c9..445c7a1 100644
--- a/x86/external-module-compat.h
+++ b/x86/external-module-compat.h
@@ -363,11 +363,6 @@ static inline void preempt_notifier_sys_exit(void) {}
#define X86_FEATURE_NX (1*32+20)
#endif
-#undef true
-#define true 1
-#undef false
-#define false 0
-
/* EFER_LMA and EFER_LME are missing in pre 2.6.24 i386 kernels */
#ifndef EFER_LME
#define _EFER_LME 8 /* Long mode enable */
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-27 9:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-26 20:57 [PATCH] kvm-kmod: x86: Remove now redundant bool constants Jan Kiszka
2009-05-27 9:27 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox