mirror of https://gitee.com/openkylin/linux.git
x86: move mp_lapic_addr to apic_32.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
e81b2c62d6
commit
8f6e2ca9f8
|
@ -50,6 +50,8 @@
|
||||||
# error SPURIOUS_APIC_VECTOR definition error
|
# error SPURIOUS_APIC_VECTOR definition error
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
unsigned long mp_lapic_addr;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Knob to control our willingness to enable the local APIC.
|
* Knob to control our willingness to enable the local APIC.
|
||||||
*
|
*
|
||||||
|
|
|
@ -60,7 +60,6 @@ int mp_irq_entries;
|
||||||
int nr_ioapics;
|
int nr_ioapics;
|
||||||
|
|
||||||
int pic_mode;
|
int pic_mode;
|
||||||
unsigned long mp_lapic_addr;
|
|
||||||
|
|
||||||
unsigned int def_to_bigsmp = 0;
|
unsigned int def_to_bigsmp = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue