summaryrefslogtreecommitdiffstats
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 4cb404f..15ad56a 100644
--- a/arch/x86/boot/cpuflags.h
+++ b/arch/x86/boot/cpuflags.h
@@ -6,6 +6,7 @@
struct cpu_features {
int level; /* Family, or 64 for x86-64 */
+ int family; /* Family, always */
int model;
u32 flags[NCAPINTS];
};
OpenPOWER on IntegriCloud