commit | 8a03e81cb14712f986c5d5fa42a30ff2cbe3237c | [log] [tgz] |
---|---|---|
author | Michal Suchanek <msuchanek@suse.de> | Wed Sep 26 14:24:30 2018 +0200 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Oct 03 15:40:06 2018 +1000 |
tree | 77789ab43f439a447a774a5b9f316bc8ef0e5fb1 | |
parent | 51303113e32fd92d327b3c441c45e235642fa69c [diff] |
powerpc/64s: consolidate MCE counter increment. The code in machine_check_exception excludes 64s hvmode when incrementing the MCE counter only to call opal_machine_check to increment it specifically for this case. Remove the exclusion and special case. Fixes: a43c1590426c ("powerpc/pseries: Flush SLB contents on SLB MCE errors.") Signed-off-by: Michal Suchanek <msuchanek@suse.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>