summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-01-11 15:07:19 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-01-11 15:07:19 -0800
commit4bd20db2c027eab7490e3c0466734738bef2dd24 (patch)
treecd9c3aa1444728d10938fe271316b392f387f991 /arch/x86/include
parent5cb52b5e1654f3f1ed9c32e34456d98559c85aa0 (diff)
parentfeab21f8356bde572663e29c9d9e48c964292e05 (diff)
downloadlinux-4bd20db2c027eab7490e3c0466734738bef2dd24.tar.bz2
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RAS updates from Ingo Molnar: "Various x86 MCE fixes and small enhancements" * 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/mce: Make usable address checks Intel-only x86/mce: Add the missing memory error check on AMD x86/RAS: Remove mce.usable_addr x86/mce: Do not enter deferred errors into the generic pool twice
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/uapi/asm/mce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/uapi/asm/mce.h b/arch/x86/include/uapi/asm/mce.h
index 03429da2fa80..2184943341bf 100644
--- a/arch/x86/include/uapi/asm/mce.h
+++ b/arch/x86/include/uapi/asm/mce.h
@@ -16,7 +16,7 @@ struct mce {
__u8 cpuvendor; /* cpu vendor as encoded in system.h */
__u8 inject_flags; /* software inject flags */
__u8 severity;
- __u8 usable_addr;
+ __u8 pad;
__u32 cpuid; /* CPUID 1 EAX */
__u8 cs; /* code segment */
__u8 bank; /* machine check bank */