]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc41f28f8bb190d118ef4b290f5cc49a5d1dbaa3e
tree9624efb3f49de0d5125350d7530ed5c291e6d0c9
parent17b1734278f8249c5e47c23cab0bcf1a084f0b07
powerpc: Fix workaround for spurious MCE on POWER9

In the recent commit 17b1734278f8 ("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: 17b1734278f8 ("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