Commit 8f6e2ca9 authored by Alexey Starikovskiy's avatar Alexey Starikovskiy Committed by Ingo Molnar
Browse files

x86: move mp_lapic_addr to apic_32.c

parent e81b2c62
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@
# error SPURIOUS_APIC_VECTOR definition error
#endif

unsigned long mp_lapic_addr;

/*
 * Knob to control our willingness to enable the local APIC.
 *
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ int mp_irq_entries;
int nr_ioapics;

int pic_mode;
unsigned long mp_lapic_addr;

unsigned int def_to_bigsmp = 0;