alistair23-linux/arch/x86/kernel/cpu
Yinghai Lu 1f442d70c8 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 <yinghai@kernel.org>
LKML-Reference: <49B377D2.8030108@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-03-08 16:22:56 +01:00
..
cpufreq Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu 2009-02-24 21:52:45 +01:00
mcheck x86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.c 2009-03-04 11:48:28 +01:00
mtrr x86: tone down mtrr_trim_uncached_memory() warning 2009-01-29 11:45:35 +01:00
.gitignore
addon_cpuid_features.c x86, apic: remove genapic.h 2009-02-17 17:52:44 +01:00
amd.c x86: remove smp_apply_quirks()/smp_checks() 2009-03-08 16:22:56 +01:00
bugs.c
bugs_64.c
centaur.c
centaur_64.c
cmpxchg.c
common.c x86, apic: remove duplicate asm/apic.h inclusions 2009-02-17 17:52:44 +01:00
cpu.h
cyrix.c
hypervisor.c
intel.c x86: remove smp_apply_quirks()/smp_checks() 2009-03-08 16:22:56 +01:00
intel_cacheinfo.c Merge commit 'v2.6.29-rc4' into core/percpu 2009-02-09 14:58:11 +01:00
Makefile Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2008-12-28 12:21:10 -08:00
mkcapflags.pl
perfctr-watchdog.c x86: fold apic_ops into genapic 2009-02-17 12:22:20 +01:00
powerflags.c
proc.c x86: remove double copy of show_cpuinfo_core for 32 and 64 bit 2009-02-28 19:26:33 -08:00
transmeta.c
umc.c
vmware.c