diff options
Diffstat (limited to 'arch/x86/boot/cpucheck.c')
-rw-r--r-- | arch/x86/boot/cpucheck.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/x86/boot/cpucheck.c b/arch/x86/boot/cpucheck.c index 7804389ee005..c1ce0303d994 100644 --- a/arch/x86/boot/cpucheck.c +++ b/arch/x86/boot/cpucheck.c | |||
@@ -30,13 +30,7 @@ | |||
30 | #include <asm/required-features.h> | 30 | #include <asm/required-features.h> |
31 | #include <asm/msr-index.h> | 31 | #include <asm/msr-index.h> |
32 | 32 | ||
33 | struct cpu_features { | 33 | struct cpu_features cpu; |
34 | int level; /* Family, or 64 for x86-64 */ | ||
35 | int model; | ||
36 | u32 flags[NCAPINTS]; | ||
37 | }; | ||
38 | |||
39 | static struct cpu_features cpu; | ||
40 | static u32 cpu_vendor[3]; | 34 | static u32 cpu_vendor[3]; |
41 | static u32 err_flags[NCAPINTS]; | 35 | static u32 err_flags[NCAPINTS]; |
42 | 36 | ||