diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-03-28 11:59:57 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:31 +0200 |
commit | 86c9835b46605fb29a3c30c6cc344d9df49e54a3 (patch) | |
tree | e3e12792263fb57b822412189f3ef9e7c1ea0faf /include/asm-x86/mpspec.h | |
parent | 903dcb5a1bd0ef2b09d756f646e367cd12659b6f (diff) |
x86: mpparse, move generic processor info to apic_32.c fix
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/mpspec.h')
-rw-r--r-- | include/asm-x86/mpspec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/mpspec.h b/include/asm-x86/mpspec.h index 7ee54d396d6..31bac12a97d 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 |