浏览代码

fix build bug in "x86: add PCI extended config space access for AMD Barcelona"

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Ingo Molnar 17 年之前
父节点
当前提交
6fc92866a4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      include/asm-x86/mmconfig.h

+ 2 - 0
include/asm-x86/mmconfig.h

@@ -9,4 +9,6 @@ static inline void fam10h_check_enable_mmcfg(void) { }
 static inline void check_enable_amd_mmconf_dmi(void) { }
 #endif
 
+extern void __cpuinit amd_enable_pci_ext_cfg(struct cpuinfo_x86 *c);
+
 #endif