summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/amd.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-06-02 12:21:36 +0200
committerIngo Molnar <mingo@elte.hu>2008-06-02 12:26:21 +0200
commit1a5726528a70bb239bdd149aef7f2155cd2b1699 (patch)
tree90b7eedfdfb6d9f312d3510b7222604af319bf8d /arch/x86/kernel/cpu/amd.c
parent6fc92866a4a6778a9732a14b61f70cb9014b2a1a (diff)
fix build bug in "x86: add PCI extended config space access for AMD Barcelona"
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
-rw-r--r--arch/x86/kernel/cpu/amd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c
index 99221f9834e4..656b40aed647 100644
--- a/arch/x86/kernel/cpu/amd.c
+++ b/arch/x86/kernel/cpu/amd.c
@@ -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"