Skip to content
Commit 264468f5 authored by Borislav Petkov's avatar Borislav Petkov Committed by Greg Kroah-Hartman
Browse files

EDAC/amd64: Do not load on family 0x15, model 0x13

[ Upstream commit 6c13d7ff

 ]

Those were only laptops and are very very unlikely to have ECC memory.
Currently, when the driver attempts to load, it issues:

  EDAC amd64: Error: F1 not found: device 0x1601 (broken BIOS?)

because the PCI device is the wrong one (it uses the F15h default one).

So do not load the driver on them as that is pointless.

Reported-by: default avatarDon Curtis <bugrprt21882@online.de>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Tested-by: default avatarDon Curtis <bugrprt21882@online.de>
Link: http://bugzilla.opensuse.org/show_bug.cgi?id=1179763
Link: https://lkml.kernel.org/r/20201218160622.20146-1-bp@alien8.de
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent cc8fb7d8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment