mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 22:34:21 +08:00
x86: move apic_ver array 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
08bef9d337
commit
e81b2c62d6
@ -1225,6 +1225,9 @@ fake_ioapic_page:
|
||||
* This initializes the IO-APIC and APIC hardware if this is
|
||||
* a UP kernel.
|
||||
*/
|
||||
|
||||
int apic_version[MAX_APICS];
|
||||
|
||||
int __init APIC_init_uniprocessor(void)
|
||||
{
|
||||
if (enable_local_apic < 0)
|
||||
|
@ -41,7 +41,6 @@ unsigned int __cpuinitdata maxcpus = NR_CPUS;
|
||||
* Various Linux-internal data structures created from the
|
||||
* MP-table.
|
||||
*/
|
||||
int apic_version [MAX_APICS];
|
||||
#if defined (CONFIG_MCA) || defined (CONFIG_EISA)
|
||||
int mp_bus_id_to_type [MAX_MP_BUSSES];
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user