From: Yinghai Lu Date: Sun, 8 Mar 2009 07:46:26 +0000 (-0800) Subject: x86: remove smp_apply_quirks()/smp_checks() X-Git-Tag: v2.6.30-rc1~2^2~50^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f442d70c84aa798e243e721eba728a98434cd86;p=pandora-kernel.git 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 --- Reading git-diff-tree failed