]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
x86: put trigger in to detect mismatched apic versions
authorMike Travis <travis@sgi.com>
Fri, 16 Jan 2009 23:22:16 +0000 (15:22 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 18 Jan 2009 20:15:27 +0000 (21:15 +0100)
commitb2b815d80a5c4e5b50be0a98aba8c445ce8f3e1f
tree3d1acce71d3917d1aadb4a59603d99330530abc8
parent64dec40ddee9d36d7b83f8a0513fdeaffe260a0e
x86: put trigger in to detect mismatched apic versions

Impact: add debug warning

Fire off one message if two apic's discovered with different
apic versions. (this code is only called during CPU init)

The goal of this is to pave the way of the removal of the apic_version[]
array. We dont expect any apic version incompatibilities in the x86
landscape of systems [if so we dont handle them very well and probably
never will handle deep apic version assymetries well], but it's prudent
to have a debug check for one kernel cycle nevertheless.

Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic.c