]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/boot/cpuflags.h
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / arch / x86 / boot / cpuflags.h
index 4cb404fd45ceaa0e89f9e669d6a59de4ce378449..15ad56a3f9052174a65b60076f408985a0eec0d8 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];
 };