x86: remove smp_apply_quirks()/smp_checks()
authorYinghai Lu <yinghai@kernel.org>
Sun, 8 Mar 2009 07:46:26 +0000 (23:46 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 8 Mar 2009 15:22:56 +0000 (16:22 +0100)
Impact: cleanup and code size reduction on 64-bit

This code is only applied to Intel Pentium and AMD K7 32-bit cpus.

Move those checks to intel_init()/amd_init() for 32-bit
so 64-bit will not build this code.

Also change to use cpu_index check to see if we need to emit warning.

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <49B377D2.8030108@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found