diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-08-13 22:14:22 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-14 00:13:52 +0200 |
commit | c2dcfde8274883e1f6050784dcbd34b01e824b91 (patch) | |
tree | ad63e2f52eea14c080379dc36d194adb985987ed /arch/x86/boot/cpu.c | |
parent | x86: use WARN() in arch/x86/mm/pageattr.c (diff) | |
download | linux-c2dcfde8274883e1f6050784dcbd34b01e824b91.tar.xz linux-c2dcfde8274883e1f6050784dcbd34b01e824b91.zip |
x86: cleanup for setup code crashes during IST probe
Clean up the code for crashes during SpeedStep probing on older
machines.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/boot/cpu.c')
-rw-r--r-- | arch/x86/boot/cpu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/boot/cpu.c b/arch/x86/boot/cpu.c index 92d6fd73dc7d..75298fe2edca 100644 --- a/arch/x86/boot/cpu.c +++ b/arch/x86/boot/cpu.c @@ -16,9 +16,6 @@ */ #include "boot.h" -#include "bitops.h" -#include <asm/cpufeature.h> - #include "cpustr.h" static char *cpu_name(int level) |