|
@@ -71,6 +71,7 @@
|
|
|
#include <asm/topology.h>
|
|
|
#include <asm/trampoline.h>
|
|
|
#include <asm/pat.h>
|
|
|
+#include <asm/mmconfig.h>
|
|
|
|
|
|
#include <mach_apic.h>
|
|
|
#ifdef CONFIG_PARAVIRT
|
|
@@ -293,18 +294,6 @@ static void __init parse_setup_data(void)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_PCI_MMCONFIG
|
|
|
-extern void __cpuinit fam10h_check_enable_mmcfg(void);
|
|
|
-extern void __init check_enable_amd_mmconf_dmi(void);
|
|
|
-#else
|
|
|
-void __cpuinit fam10h_check_enable_mmcfg(void)
|
|
|
-{
|
|
|
-}
|
|
|
-void __init check_enable_amd_mmconf_dmi(void)
|
|
|
-{
|
|
|
-}
|
|
|
-#endif
|
|
|
-
|
|
|
/*
|
|
|
* setup_arch - architecture-specific boot-time initializations
|
|
|
*
|