diff options
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
-rw-r--r-- | arch/x86/kernel/cpu/amd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index acc891ae5901..81a07ca65d44 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c | |||
@@ -266,9 +266,6 @@ static void __cpuinit init_amd(struct cpuinfo_x86 *c) | |||
266 | 266 | ||
267 | if (cpu_has_xmm2) | 267 | if (cpu_has_xmm2) |
268 | set_cpu_cap(c, X86_FEATURE_MFENCE_RDTSC); | 268 | set_cpu_cap(c, X86_FEATURE_MFENCE_RDTSC); |
269 | |||
270 | if (c->x86 == 0x10) | ||
271 | amd_enable_pci_ext_cfg(c); | ||
272 | } | 269 | } |
273 | 270 | ||
274 | static unsigned int __cpuinit amd_size_cache(struct cpuinfo_x86 *c, unsigned int size) | 271 | static unsigned int __cpuinit amd_size_cache(struct cpuinfo_x86 *c, unsigned int size) |