Browse Source

x86_64: Remove stale lapic definition from apicdef.h

Signed-off-by: Ashok Raj <ashok.raj@intel.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Ashok Raj 19 years ago
parent
commit
c12ea918ee
2 changed files with 0 additions and 3 deletions
  1. 0 1
      include/asm-i386/apicdef.h
  2. 0 2
      include/asm-x86_64/apicdef.h

+ 0 - 1
include/asm-i386/apicdef.h

@@ -121,7 +121,6 @@
  */
 #define u32 unsigned int
 
-#define lapic ((volatile struct local_apic *)APIC_BASE)
 
 struct local_apic {
 

+ 0 - 2
include/asm-x86_64/apicdef.h

@@ -137,8 +137,6 @@
  */
 #define u32 unsigned int
 
-#define lapic ((volatile struct local_apic *)APIC_BASE)
-
 struct local_apic {
 
 /*000*/	struct { u32 __reserved[4]; } __reserved_01;