On Mon, Oct 16, 2017 at 4:13 PM, Michael Ellerman [off-list ref] wrote:
Balbir Singh [off-list ref] writes:
quoted
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.
Sorry, my git search was really awe-full! Thanks for fixing it.
Balbir Singh