Re: [PATCH v4 1/5] powerpc/mce.c: Remove unused function get_mce_fault_addr()

2017-10-15 Thread Balbir Singh
On Mon, Oct 16, 2017 at 4:13 PM, Michael Ellerman wrote: > Balbir Singh writes: > >> There are no users of get_mce_fault_addr() >> >> Fixes: b63a0ff ("powerpc/powernv: Machine check exception handling.") > > That fixes line is wrong,

Re: [PATCH v4 1/5] powerpc/mce.c: Remove unused function get_mce_fault_addr()

2017-10-15 Thread Michael Ellerman
Balbir Singh writes: > There are no users of get_mce_fault_addr() > > Fixes: b63a0ff ("powerpc/powernv: Machine check exception handling.") That fixes line is wrong, get_mce_fault_addr() was used in that commit. The last usage was removed in: 1363875bdb63

[PATCH v4 1/5] powerpc/mce.c: Remove unused function get_mce_fault_addr()

2017-09-28 Thread Balbir Singh
There are no users of get_mce_fault_addr() Fixes: b63a0ff ("powerpc/powernv: Machine check exception handling.") Signed-off-by: Balbir Singh Reviewed-by: Nicholas Piggin --- arch/powerpc/include/asm/mce.h | 2 -- arch/powerpc/kernel/mce.c | 39