From: Yinghai Lu Date: Wed, 9 Feb 2011 07:22:17 +0000 (-0800) Subject: x86: Fix and clean up generic_processor_info() X-Git-Tag: v2.6.39-rc1~505^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5fea868e6c04343e501176a373d568c1c0094aa;p=pandora-kernel.git x86: Fix and clean up generic_processor_info() One of the error printouts in generic_processor_info() prints out the APIC version instead of the cpu index the warning text describes. Move version validation down, after we get the right cpu index. -v2: add comments about reason why we can have cpu=0 there. Signed-off-by: Yinghai Lu LKML-Reference: <4D5240A9.4080703@kernel.org> [ Cleaned up and made the BIOS bug printouts more consistent ] Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed