2008-10-23 01:26:29 -04:00
|
|
|
#ifndef _ASM_X86_MMCONFIG_H
|
|
|
|
#define _ASM_X86_MMCONFIG_H
|
2008-05-02 17:42:01 -04:00
|
|
|
|
|
|
|
#ifdef CONFIG_PCI_MMCONFIG
|
|
|
|
extern void __cpuinit fam10h_check_enable_mmcfg(void);
|
2008-08-10 18:11:13 -04:00
|
|
|
extern void __cpuinit check_enable_amd_mmconf_dmi(void);
|
2008-05-02 17:42:01 -04:00
|
|
|
#else
|
|
|
|
static inline void fam10h_check_enable_mmcfg(void) { }
|
|
|
|
static inline void check_enable_amd_mmconf_dmi(void) { }
|
|
|
|
#endif
|
|
|
|
|
2008-10-23 01:26:29 -04:00
|
|
|
#endif /* _ASM_X86_MMCONFIG_H */
|