diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-08-14 00:14:22 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-14 02:13:52 +0400 |
commit | c2dcfde8274883e1f6050784dcbd34b01e824b91 (patch) | |
tree | ad63e2f52eea14c080379dc36d194adb985987ed /arch/x86/boot/cpucheck.c | |
parent | 875e40b97571e1f06d1184ad6cbb2acf9cb31a23 (diff) | |
download | linux-c2dcfde8274883e1f6050784dcbd34b01e824b91.tar.xz |
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/cpucheck.c')
-rw-r--r-- | arch/x86/boot/cpucheck.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/boot/cpucheck.c b/arch/x86/boot/cpucheck.c index c1ce0303d994..4b9ae7c56748 100644 --- a/arch/x86/boot/cpucheck.c +++ b/arch/x86/boot/cpucheck.c @@ -22,10 +22,8 @@ #ifdef _SETUP # include "boot.h" -# include "bitops.h" #endif #include <linux/types.h> -#include <asm/cpufeature.h> #include <asm/processor-flags.h> #include <asm/required-features.h> #include <asm/msr-index.h> |