[patch 2/5] Remove unnecessary lapic definition from acpidef.h

From: Ashok Raj
Date: Tue Feb 28 2006 - 18:21:57 EST


Dont know why this exists... just happened to trip me when i used a
variable name with lapic, and until i looked at the pre-processed
output couldnt figure out we had a lame definition like this.

Hope iam not breaking anything here..

Signed-off-by: Ashok Raj <ashok.raj@xxxxxxxxx>
------------------------------------------------
include/asm-i386/apicdef.h | 1 -
include/asm-x86_64/apicdef.h | 2 --
2 files changed, 3 deletions(-)

Index: linux-2.6.16-rc1-mm4/include/asm-i386/apicdef.h
===================================================================
--- linux-2.6.16-rc1-mm4.orig/include/asm-i386/apicdef.h
+++ linux-2.6.16-rc1-mm4/include/asm-i386/apicdef.h
@@ -120,7 +120,6 @@
*/
#define u32 unsigned int

-#define lapic ((volatile struct local_apic *)APIC_BASE)

struct local_apic {

Index: linux-2.6.16-rc1-mm4/include/asm-x86_64/apicdef.h
===================================================================
--- linux-2.6.16-rc1-mm4.orig/include/asm-x86_64/apicdef.h
+++ linux-2.6.16-rc1-mm4/include/asm-x86_64/apicdef.h
@@ -136,8 +136,6 @@
*/
#define u32 unsigned int

-#define lapic ((volatile struct local_apic *)APIC_BASE)
-
struct local_apic {

/*000*/ struct { u32 __reserved[4]; } __reserved_01;

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/