diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 13:30:17 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:17 +0100 |
commit | af7a78e9258ffcca681e080cbc857f854869144f (patch) | |
tree | 7eacb730f4fa5ea9cdcec1b2ef0f6dd3d74099d4 /arch | |
parent | 718fc13b4675470ea191522ef98b02a55d990fa1 (diff) |
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')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 0e2bffe2e20..a84a4efc7fe 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.. |