diff options
author | Robert Richter <robert.richter@amd.com> | 2008-06-06 06:01:13 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-06-10 06:32:53 -0400 |
commit | 9e26d84273541a8c6c2efb705457ca8e6245fb73 (patch) | |
tree | 53e6adaf9721c482413e27c38282c15b7251c747 /include | |
parent | d44b9d17faf7bca165ce73a1acb936b65a3f0cc6 (diff) |
fix build bug in "x86: add PCI extended config space access for AMD Barcelona"
Also much less code now.
Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/mmconfig.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-x86/mmconfig.h b/include/asm-x86/mmconfig.h index 691798fbee10..95beda07c6fa 100644 --- a/include/asm-x86/mmconfig.h +++ b/include/asm-x86/mmconfig.h | |||
@@ -9,10 +9,4 @@ static inline void fam10h_check_enable_mmcfg(void) { } | |||
9 | static inline void check_enable_amd_mmconf_dmi(void) { } | 9 | static inline void check_enable_amd_mmconf_dmi(void) { } |
10 | #endif | 10 | #endif |
11 | 11 | ||
12 | #if defined(CONFIG_SMP) && defined(CONFIG_X86_64) | ||
13 | extern void __cpuinit amd_enable_pci_ext_cfg(struct cpuinfo_x86 *c); | ||
14 | #else | ||
15 | static inline void amd_enable_pci_ext_cfg(struct cpuinfo_x86 *c) { } | ||
16 | #endif | ||
17 | |||
18 | #endif | 12 | #endif |