OSDN Git Service

s390: split cleanup_sie
authorSven Schnelle <svens@linux.ibm.com>
Wed, 3 Feb 2021 16:50:00 +0000 (17:50 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Sat, 13 Feb 2021 16:17:53 +0000 (17:17 +0100)
commitefa54735905c03bf876b4451cfaef6b45046bc53
tree7c5303f59406685181f66f2c74c313dde60a72be
parent33ea04872da15ea8236f92da6009af5a1b0af641
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>
arch/s390/kernel/entry.S