commit | bca73f595a566f0262967535bb5b2ea9c4271d9a | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Thu Sep 28 22:37:35 2017 -0500 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Sep 29 14:19:44 2017 +1000 |
tree | 9624efb3f49de0d5125350d7530ed5c291e6d0c9 | |
parent | d8bd9f3f0925d22726de159531bfe3774b5cacc6 [diff] |
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>