Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99423
b: refs/heads/master
c: 1a57265
h: refs/heads/master
i:
  99421: 254663a
  99419: 277b464
  99415: be27175
  99407: 59be3ca
  99391: bb77db2
v: v3
  • Loading branch information
Ingo Molnar committed Jun 2, 2008
1 parent 855bb42 commit 7c0bf72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6fc92866a4a6778a9732a14b61f70cb9014b2a1a
refs/heads/master: 1a5726528a70bb239bdd149aef7f2155cd2b1699
1 change: 1 addition & 0 deletions trunk/arch/x86/kernel/cpu/amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/apic.h>
#include <asm/mmconfig.h>

#include <mach_apic.h>
#include "../setup.h"
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-x86/mmconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ static inline void fam10h_check_enable_mmcfg(void) { }
static inline void check_enable_amd_mmconf_dmi(void) { }
#endif

#if defined(CONFIG_SMP) && defined(CONFIG_X86_64)
extern void __cpuinit amd_enable_pci_ext_cfg(struct cpuinfo_x86 *c);
#else
static inline void amd_enable_pci_ext_cfg(struct cpuinfo_x86 *c) { }
#endif

#endif

0 comments on commit 7c0bf72

Please sign in to comment.