Re: [PATCH 3/6] EDAC/amd64: Save max number of controllers to family type

2019-10-21 Thread Borislav Petkov
On Fri, Oct 18, 2019 at 03:31:26PM +, Ghannam, Yazen wrote: > From: Yazen Ghannam > > The maximum number of memory controllers is fixed within a family/model > group. In most cases, this has been fixed at 2, but some systems may > have up to 8. > > The struct amd64_family_type already contai

[PATCH 3/6] EDAC/amd64: Save max number of controllers to family type

2019-10-18 Thread Ghannam, Yazen
From: Yazen Ghannam The maximum number of memory controllers is fixed within a family/model group. In most cases, this has been fixed at 2, but some systems may have up to 8. The struct amd64_family_type already contains family/model-specific information, and this can be used rather than adding