diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-11 15:07:19 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-01-11 15:07:19 -0800 |
commit | 4bd20db2c027eab7490e3c0466734738bef2dd24 (patch) | |
tree | cd9c3aa1444728d10938fe271316b392f387f991 /arch/x86/include | |
parent | 5cb52b5e1654f3f1ed9c32e34456d98559c85aa0 (diff) | |
parent | feab21f8356bde572663e29c9d9e48c964292e05 (diff) | |
download | blackbird-op-linux-4bd20db2c027eab7490e3c0466734738bef2dd24.tar.gz blackbird-op-linux-4bd20db2c027eab7490e3c0466734738bef2dd24.zip |
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.h | 2 |
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 */ |