summaryrefslogtreecommitdiff
path: root/arch/x86/boot/cpucheck.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-08-13 13:14:22 -0700
committerIngo Molnar <mingo@elte.hu>2008-08-14 00:13:52 +0200
commitc2dcfde8274883e1f6050784dcbd34b01e824b91 (patch)
treead63e2f52eea14c080379dc36d194adb985987ed /arch/x86/boot/cpucheck.c
parent875e40b97571e1f06d1184ad6cbb2acf9cb31a23 (diff)
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.c2
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>