aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/cpucheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/cpucheck.c')
-rw-r--r--arch/x86/boot/cpucheck.c8
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
33struct cpu_features { 33struct cpu_features cpu;
34 int level; /* Family, or 64 for x86-64 */
35 int model;
36 u32 flags[NCAPINTS];
37};
38
39static struct cpu_features cpu;
40static u32 cpu_vendor[3]; 34static u32 cpu_vendor[3];
41static u32 err_flags[NCAPINTS]; 35static u32 err_flags[NCAPINTS];
42 36