Re: [PATCH] powerpc/pseries/mce: fix misleading print for TLB mutlihit.

2019-03-27 Thread Michael Ellerman
Mahesh J Salgaonkar writes: > From: Mahesh Salgaonkar > > On pseries, TLB multihit are reported as D-Cache Multihit. This is because > the wrongly populated mc_err_types[] array. Per PAPR, TLB error type is 0x04 > and mc_err_types[4] points to "D-Cache" instead of "TLB" string. Fixup the > mc_er

[PATCH] powerpc/pseries/mce: fix misleading print for TLB mutlihit.

2019-03-26 Thread Mahesh J Salgaonkar
From: Mahesh Salgaonkar On pseries, TLB multihit are reported as D-Cache Multihit. This is because the wrongly populated mc_err_types[] array. Per PAPR, TLB error type is 0x04 and mc_err_types[4] points to "D-Cache" instead of "TLB" string. Fixup the mc_err_types[] array. Machine check error typ