Balbir Singh <bsinghar...@gmail.com> 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 ("powerpc/64s: fix handling of non-synchronous machine checks") So that's what the fixes tag should point at if anything, I'll update it here. cheers