diff options
Diffstat (limited to 'arch/x86/include/uapi/asm/mce.h')
| -rw-r--r-- | arch/x86/include/uapi/asm/mce.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/uapi/asm/mce.h b/arch/x86/include/uapi/asm/mce.h index 2184943341bf..69a6e07e3149 100644 --- a/arch/x86/include/uapi/asm/mce.h +++ b/arch/x86/include/uapi/asm/mce.h | |||
| @@ -26,6 +26,8 @@ struct mce { | |||
| 26 | __u32 socketid; /* CPU socket ID */ | 26 | __u32 socketid; /* CPU socket ID */ |
| 27 | __u32 apicid; /* CPU initial apic ID */ | 27 | __u32 apicid; /* CPU initial apic ID */ |
| 28 | __u64 mcgcap; /* MCGCAP MSR: machine check capabilities of CPU */ | 28 | __u64 mcgcap; /* MCGCAP MSR: machine check capabilities of CPU */ |
| 29 | __u64 synd; /* MCA_SYND MSR: only valid on SMCA systems */ | ||
| 30 | __u64 ipid; /* MCA_IPID MSR: only valid on SMCA systems */ | ||
| 29 | }; | 31 | }; |
| 30 | 32 | ||
| 31 | #define MCE_GET_RECORD_LEN _IOR('M', 1, int) | 33 | #define MCE_GET_RECORD_LEN _IOR('M', 1, int) |
