From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH] kvm-kmod: x86: Remove now redundant bool constants Date: Tue, 26 May 2009 22:57:20 +0200 Message-ID: <4A1C57B0.7060102@web.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigAC3EAF04CC8E01F215B87BB7" Cc: kvm-devel To: Avi Kivity Return-path: Received: from fmmailgate03.web.de ([217.72.192.234]:52482 "EHLO fmmailgate03.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758010AbZEZU5X (ORCPT ); Tue, 26 May 2009 16:57:23 -0400 Sender: kvm-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigAC3EAF04CC8E01F215B87BB7 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Signed-off-by: Jan Kiszka --- 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 =20 -#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 */ --------------enigAC3EAF04CC8E01F215B87BB7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkocV7MACgkQniDOoMHTA+nEjgCcDFcWiaUNR3nxy1yAkXoWMEL7 qqsAn10WtfNR9mR422PlK5hERax+79KL =BEqd -----END PGP SIGNATURE----- --------------enigAC3EAF04CC8E01F215B87BB7--