• Borislav Petkov's avatar
    EDAC/amd64: Get rid of the ECC disabled long message · 7fdfee92
    Borislav Petkov authored
    This message keeps flooding dmesg on boxes where ECC is disabled or the
    DIMMs do not support ECC but the module gets auto-probed. What's even
    worse is that autoprobing happens on every CPU due to the CPU-family
    matching the driver does and uevent being generated for each CPU device.
    
    What is more, this message is becoming even more useless on newer
    systems where forcing ECC is not recommended and it should be done in
    the BIOS so the BIOS can do all the necessary work, i.e., just setting a
    bit in an MSR is not enough anymore.
    
    So get rid of it.
    Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
    Cc: Yazen Ghannam <yazen.ghannam@amd.com>
    Cc: linux-edac@vger.kernel.org
    Link: https://lkml.kernel.org/r/20191106160607.GC28380@zn.tnic
    7fdfee92
amd64_edac.c 93.2 KB