diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:17 -0500 |
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 0e2bffe2e203..a84a4efc7fe6 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -59,6 +59,7 @@ | |||
59 | #include <asm/sections.h> | 59 | #include <asm/sections.h> |
60 | #include <asm/dmi.h> | 60 | #include <asm/dmi.h> |
61 | #include <asm/cacheflush.h> | 61 | #include <asm/cacheflush.h> |
62 | #include <asm/mce.h> | ||
62 | 63 | ||
63 | /* | 64 | /* |
64 | * Machine setup.. | 65 | * Machine setup.. |