2008-10-23 13:26:29 +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-10-23 13:26:29 +08:00
|
|
|
#endif /* _ASM_X86_MMCONFIG_H */
|