summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/amd_64.c
diff options
context:
space:
mode:
authorYinghai Lu <yhlu.kernel@gmail.com>2008-09-08 00:58:53 (GMT)
committerIngo Molnar <mingo@elte.hu>2008-09-08 13:32:01 (GMT)
commit8d71a2ea0ad4ef9b9076ffd44726bad1f0ccf59b (patch)
tree5a952f766602ca54a916f3659bcc72a5c99ffcfb /arch/x86/kernel/cpu/amd_64.c
parent2b86473604f6e9aef0b5e89c56798a90ccddcdbe (diff)
downloadlinux-fsl-qoriq-8d71a2ea0ad4ef9b9076ffd44726bad1f0ccf59b.tar.xz
x86: merge header in amd_64.c
Singed-off-by: Yinghai Lu <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/cpu/amd_64.c')
-rw-r--r--arch/x86/kernel/cpu/amd_64.c13
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/x86/kernel/cpu/amd_64.c b/arch/x86/kernel/cpu/amd_64.c
index 20c3f12..1d83601 100644
--- a/arch/x86/kernel/cpu/amd_64.c
+++ b/arch/x86/kernel/cpu/amd_64.c
@@ -1,9 +1,16 @@
#include <linux/init.h>
+#include <linux/bitops.h>
#include <linux/mm.h>
-#include <asm/numa_64.h>
-#include <asm/mmconfig.h>
-#include <asm/cacheflush.h>
+#include <asm/io.h>
+#include <asm/processor.h>
+#include <asm/apic.h>
+
+#ifdef CONFIG_X86_64
+# include <asm/numa_64.h>
+# include <asm/mmconfig.h>
+# include <asm/cacheflush.h>
+#endif
#include <mach_apic.h>