diff options
author | Robert Richter <robert.richter@amd.com> | 2008-06-12 14:19:23 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 01:47:39 -0400 |
commit | 3a27dd1ce5de08e21e0266ddf00e6f1f843bfe8b (patch) | |
tree | b72316cfbe10d1f955a0cb9553879fb2bb14344b /arch/x86/kernel/cpu/amd.c | |
parent | 24bfdca7b7da971ef9a483303a096ac6d4b3a02c (diff) |
x86: Move PCI IO ECS code to x86/pci
"Form follows function". Code is now where it belongs to.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 acc891ae590..81a07ca65d4 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) |