Re: [PATCH 2/6] EDAC/amd64: Gather hardware information early

2019-10-21 Thread Borislav Petkov
On Fri, Oct 18, 2019 at 03:31:26PM +, Ghannam, Yazen wrote: > From: Yazen Ghannam > > Split out gathering hardware information from init_one_instance() into a > separate function get_hardware_info(). > > This is necessary so that the information can be cached earlier and used > to check if m

[PATCH 2/6] EDAC/amd64: Gather hardware information early

2019-10-18 Thread Ghannam, Yazen
From: Yazen Ghannam Split out gathering hardware information from init_one_instance() into a separate function get_hardware_info(). This is necessary so that the information can be cached earlier and used to check if memory is populated and if ECC is enabled on a node. Signed-off-by: Yazen Ghan