diff options
author | Tony Luck <tony.luck@intel.com> | 2020-02-14 23:27:20 +0100 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-04-14 16:01:01 +0200 |
commit | 7fc0b9b995f222646ece8d5bca528060c098ee88 (patch) | |
tree | d757cbfa079092cbbf249a16fa4e43392bc5620e /include | |
parent | x86/mce: Add mce=print_all option (diff) | |
download | linux-7fc0b9b995f222646ece8d5bca528060c098ee88.tar.xz linux-7fc0b9b995f222646ece8d5bca528060c098ee88.zip |
EDAC: Drop the EDAC report status checks
When acpi_extlog was added, we were worried that the same error would
be reported more than once by different subsystems. But in the ensuing
years I've seen complaints that people could not find an error log
(because this mechanism suppressed the log they were looking for).
Rip it all out. People are smart enough to notice the same address from
different reporting mechanisms.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Tested-by: Tony Luck <tony.luck@intel.com>
Link: https://lkml.kernel.org/r/20200214222720.13168-8-tony.luck@intel.com
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/edac.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/edac.h b/include/linux/edac.h index 0f20b986b0ab..6eb7d55d7c3d 100644 --- a/include/linux/edac.h +++ b/include/linux/edac.h @@ -31,14 +31,6 @@ struct device; extern int edac_op_state; struct bus_type *edac_get_sysfs_subsys(void); -int edac_get_report_status(void); -void edac_set_report_status(int new); - -enum { - EDAC_REPORTING_ENABLED, - EDAC_REPORTING_DISABLED, - EDAC_REPORTING_FORCE -}; static inline void opstate_init(void) { |