-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 99362 b: refs/heads/master c: d109763 h: refs/heads/master v: v3
- Loading branch information
Thomas Gleixner
committed
May 25, 2008
1 parent
bcc3409
commit 5fdf93f
Showing
4 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 55d4f22abc9f011c5db982f83377cdd38bb9a2a3 | ||
refs/heads/master: d1097635deed7196c2a859f285c29267779ca45a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#ifndef _ASM_MMCONFIG_H | ||
#define _ASM_MMCONFIG_H | ||
|
||
#ifdef CONFIG_PCI_MMCONFIG | ||
extern void __cpuinit fam10h_check_enable_mmcfg(void); | ||
extern void __init check_enable_amd_mmconf_dmi(void); | ||
#else | ||
static inline void fam10h_check_enable_mmcfg(void) { } | ||
static inline void check_enable_amd_mmconf_dmi(void) { } | ||
#endif | ||
|
||
#endif |