Re: powerpc/eeh: Fix wrong printed PE number

2015-07-22 Thread Michael Ellerman
On Tue, 2015-12-05 at 07:05:22 UTC, Gavin Shan wrote: On LE kernel, the non-existing PE number in BE format derived from skiboot firmware isn't converted to LE format properly as following kernel log indicates: EEH: Clear non-existing PHB#4-PE#200 Signed-off-by: Gavin Shan

[PATCH] powerpc/eeh: Fix wrong printed PE number

2015-05-12 Thread Gavin Shan
On LE kernel, the non-existing PE number in BE format derived from skiboot firmware isn't converted to LE format properly as following kernel log indicates: EEH: Clear non-existing PHB#4-PE#200 Signed-off-by: Gavin Shan gws...@linux.vnet.ibm.com ---