Skip to content

Commit

Permalink
x86: move apic_ver array to apic_32.c
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Alexey Starikovskiy authored and Ingo Molnar committed Apr 17, 2008
1 parent 08bef9d commit e81b2c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,9 @@ void __init init_apic_mappings(void)
* 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)
Expand Down
1 change: 0 additions & 1 deletion arch/x86/kernel/mpparse_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e81b2c6

Please sign in to comment.