x86/mm: Disallow running with 32-bit PTEs to work around erratum
[cascardo/linux.git] / arch / x86 / boot / cpuflags.h
index 4cb404f..15ad56a 100644 (file)
@@ -6,6 +6,7 @@
 
 struct cpu_features {
        int level;              /* Family, or 64 for x86-64 */
+       int family;             /* Family, always */
        int model;
        u32 flags[NCAPINTS];
 };