summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/setup_64.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2008-01-30 13:30:17 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:30:17 +0100
commitaf7a78e9258ffcca681e080cbc857f854869144f (patch)
tree7eacb730f4fa5ea9cdcec1b2ef0f6dd3d74099d4 /arch/x86/kernel/setup_64.c
parent718fc13b4675470ea191522ef98b02a55d990fa1 (diff)
downloadop-kernel-dev-af7a78e9258ffcca681e080cbc857f854869144f.zip
op-kernel-dev-af7a78e9258ffcca681e080cbc857f854869144f.tar.gz
x86: move mce related declarations
Move the mce related declarations where they belong, fix the users and remove 32bit dependency in mce.h Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r--arch/x86/kernel/setup_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c
index 0e2bffe..a84a4ef 100644
--- a/arch/x86/kernel/setup_64.c
+++ b/arch/x86/kernel/setup_64.c
@@ -59,6 +59,7 @@
#include <asm/sections.h>
#include <asm/dmi.h>
#include <asm/cacheflush.h>
+#include <asm/mce.h>
/*
* Machine setup..
OpenPOWER on IntegriCloud