aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/cpuflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/cpuflags.h')
-rw-r--r--arch/x86/boot/cpuflags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/boot/cpuflags.h b/arch/x86/boot/cpuflags.h
index 4cb404fd45ce..15ad56a3f905 100644
--- a/arch/x86/boot/cpuflags.h
+++ b/arch/x86/boot/cpuflags.h
@@ -6,6 +6,7 @@
6 6
7struct cpu_features { 7struct cpu_features {
8 int level; /* Family, or 64 for x86-64 */ 8 int level; /* Family, or 64 for x86-64 */
9 int family; /* Family, always */
9 int model; 10 int model;
10 u32 flags[NCAPINTS]; 11 u32 flags[NCAPINTS];
11}; 12};