07415816438df8c9ddd4f7842283bb parent 31bbed527e7039203920c51c9fb48c27aed0820c author Yinghai Lu 1236498386 -0800 committer Ingo Molnar 1236525776 +0100 x86: remove smp_apply_quirks()/smp_checks() 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 LKML-Reference: <49B377D2.8030108@kernel.org> Signed-off-by: Ingo Molnar ¦ˆØÎž