Re: [PATCH v2 4/4] x86/MCE/AMD: Carve out SMCA get_block_address() code

2018-02-17 Thread Borislav Petkov
On Thu, Feb 15, 2018 at 03:09:43PM -0600, Yazen Ghannam wrote: > From: Yazen Ghannam > > Carve out the SMCA code in get_block_address() into a separate helper > function. > > No functional change. > > Signed-off-by: Yazen Ghannam > --- > v1->v2: > * New in this series. > > arch/x86/kernel/cp

[PATCH v2 4/4] x86/MCE/AMD: Carve out SMCA get_block_address() code

2018-02-15 Thread Yazen Ghannam
From: Yazen Ghannam Carve out the SMCA code in get_block_address() into a separate helper function. No functional change. Signed-off-by: Yazen Ghannam --- v1->v2: * New in this series. arch/x86/kernel/cpu/mcheck/mce_amd.c | 59 1 file changed, 33 insertio