Commit c12ea918 authored by Ashok Raj's avatar Ashok Raj Committed by Len Brown

x86_64: Remove stale lapic definition from apicdef.h

Signed-off-by: default avatarAshok Raj <ashok.raj@intel.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent df42baa0
...@@ -121,7 +121,6 @@ ...@@ -121,7 +121,6 @@
*/ */
#define u32 unsigned int #define u32 unsigned int
#define lapic ((volatile struct local_apic *)APIC_BASE)
struct local_apic { struct local_apic {
......
...@@ -137,8 +137,6 @@ ...@@ -137,8 +137,6 @@
*/ */
#define u32 unsigned int #define u32 unsigned int
#define lapic ((volatile struct local_apic *)APIC_BASE)
struct local_apic { struct local_apic {
/*000*/ struct { u32 __reserved[4]; } __reserved_01; /*000*/ struct { u32 __reserved[4]; } __reserved_01;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment