aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-21 04:14:17 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-21 04:14:17 -0500
commit3eb3963fd1974c63e9bb3cfe774abc3e1995e479 (patch)
treec00d6c2e8484793ab6bd0644db59bbdf5e9429c5 /arch/x86/kernel/apic.c
parentae2b56b92bd33b416528986528e0732c98c7a285 (diff)
parent5766b842b23c6b40935a5f3bd435b2bcdaff2143 (diff)
Merge branch 'cpus4096' into core/percpu
Conflicts: arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c arch/x86/kernel/tlb_32.c Merge it here because both the cpumask changes and the ongoing percpu work is touching the TLB code. The percpu changes take precedence, as they eliminate tlb_32.c altogether. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/apic.c')
-rw-r--r--arch/x86/kernel/apic.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c
index 9ca12af6c876..1df341a528a1 100644
--- a/arch/x86/kernel/apic.c
+++ b/arch/x86/kernel/apic.c
@@ -1844,6 +1844,11 @@ void __cpuinit generic_processor_info(int apicid, int version)
1844 num_processors++; 1844 num_processors++;
1845 cpu = cpumask_next_zero(-1, cpu_present_mask); 1845 cpu = cpumask_next_zero(-1, cpu_present_mask);
1846 1846
1847 if (version != apic_version[boot_cpu_physical_apicid])
1848 WARN_ONCE(1,
1849 "ACPI: apic version mismatch, bootcpu: %x cpu %d: %x\n",
1850 apic_version[boot_cpu_physical_apicid], cpu, version);
1851
1847 physid_set(apicid, phys_cpu_present_map); 1852 physid_set(apicid, phys_cpu_present_map);
1848 if (apicid == boot_cpu_physical_apicid) { 1853 if (apicid == boot_cpu_physical_apicid) {
1849 /* 1854 /*