powerpc: Fix workaround for spurious MCE on POWER9
authorMichael Neuling <mikey@neuling.org>
Fri, 29 Sep 2017 03:37:35 +0000 (22:37 -0500)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 29 Sep 2017 04:19:44 +0000 (14:19 +1000)
commitbca73f595a566f0262967535bb5b2ea9c4271d9a
tree9624efb3f49de0d5125350d7530ed5c291e6d0c9
parentd8bd9f3f0925d22726de159531bfe3774b5cacc6
powerpc: Fix workaround for spurious MCE on POWER9

In the recent commit d8bd9f3f0925 ("powerpc: Handle MCE on POWER9 with
only DSISR bit 30 set") I screwed up the bit number. It should be bit
25 (IBM bit 38).

Fixes: d8bd9f3f0925 ("powerpc: Handle MCE on POWER9 with only DSISR bit 30 set")
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/mce_power.c