commit | efa54735905c03bf876b4451cfaef6b45046bc53 | [log] [tgz] |
---|---|---|
author | Sven Schnelle <svens@linux.ibm.com> | Wed Feb 03 17:50:00 2021 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Sat Feb 13 17:17:53 2021 +0100 |
tree | 7c5303f59406685181f66f2c74c313dde60a72be | |
parent | 33ea04872da15ea8236f92da6009af5a1b0af641 [diff] |
s390: split cleanup_sie The current code uses the address in %r11 to figure out whether it was called from the machine check handler or from a normal interrupt handler. Instead of doing this implicit logic (which is mostly a leftover from the old critical cleanup approach) just add a second label and use that. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>