2008-06-18 23:08:48 +08:00
|
|
|
#ifndef ASM_X86__MMCONFIG_H
|
|
|
|
#define ASM_X86__MMCONFIG_H
|
2008-05-03 05:42:01 +08:00
|
|
|
|
|
|
|
#ifdef CONFIG_PCI_MMCONFIG
|
|
|
|
extern void __cpuinit fam10h_check_enable_mmcfg(void);
|
2008-08-11 06:11:13 +08:00
|
|
|
extern void __cpuinit check_enable_amd_mmconf_dmi(void);
|
2008-05-03 05:42:01 +08:00
|
|
|
#else
|
|
|
|
static inline void fam10h_check_enable_mmcfg(void) { }
|
|
|
|
static inline void check_enable_amd_mmconf_dmi(void) { }
|
|
|
|
#endif
|
|
|
|
|
2008-06-18 23:08:48 +08:00
|
|
|
#endif /* ASM_X86__MMCONFIG_H */
|