kernel/arch/x86/include/uapi/asm/mce.h
.. .. @@ -35,6 +35,7 @@ 35 35 __u64 ipid; /* MCA_IPID MSR: only valid on SMCA systems */ 36 36 __u64 ppin; /* Protected Processor Inventory Number */ 37 37 __u32 microcode; /* Microcode revision */ 38 + __u64 kflags; /* Internal kernel use */38 39 }; 39 40 40 41 #define MCE_GET_RECORD_LEN _IOR('M', 1, int)