commit | 86c9835b46605fb29a3c30c6cc344d9df49e54a3 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Mar 28 11:59:57 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:41:31 2008 +0200 |
tree | e3e12792263fb57b822412189f3ef9e7c1ea0faf | |
parent | 903dcb5a1bd0ef2b09d756f646e367cd12659b6f [diff] |
x86: mpparse, move generic processor info to apic_32.c fix Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/include/asm-x86/mpspec.h b/include/asm-x86/mpspec.h index 7ee54d3..31bac12 100644 --- a/include/asm-x86/mpspec.h +++ b/include/asm-x86/mpspec.h
@@ -1,6 +1,8 @@ #ifndef _AM_X86_MPSPEC_H #define _AM_X86_MPSPEC_H +#include <linux/init.h> + #include <asm/mpspec_def.h> #ifdef CONFIG_X86_32