diff options
author | H. Peter Anvin <hpa@zytor.com> | 2014-07-14 09:26:47 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2014-07-14 09:27:25 -0700 |
commit | cbd4ebcba16c31abc341e1810e6e0fb4c35117b3 (patch) | |
tree | 49a3b54c709d11efbee631a85cca5fb550515005 /drivers/edac/Kconfig | |
parent | 27c934158c5be0bebfb2970da521b9d9efc0058b (diff) | |
parent | 7c76bb5f7a3d052339b873374333dd0dcc35ce28 (diff) | |
download | blackbird-op-linux-cbd4ebcba16c31abc341e1810e6e0fb4c35117b3.tar.gz blackbird-op-linux-cbd4ebcba16c31abc341e1810e6e0fb4c35117b3.zip |
Merge tag 'please-pull-extlog-trace' into x86/ras
Report extended error information ("extlog") using
a trace/event. Provide a mechanism for a smart
daemon collecting this information to tell the kernel
to skip logging corrected errors to the console.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 878f09005fad..d3c0465ba456 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -72,6 +72,7 @@ config EDAC_MCE_INJ config EDAC_MM_EDAC tristate "Main Memory EDAC (Error Detection And Correction) reporting" + select RAS help Some systems are able to detect and correct errors in main memory. EDAC can report statistics on memory error |