]> www.infradead.org Git - users/jedix/linux-maple.git/commit
s390/sysinfo: Remove exception handling from __stsi()
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 7 Feb 2025 14:49:04 +0000 (15:49 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Mar 2025 16:18:07 +0000 (17:18 +0100)
commit9b06500008d0f73fede024cffe2263b8dc91e30d
tree461414bfdacae316b34ff9715573fd5b99d5da21
parentc275169919d16c1db23324199b00a71e1e6ea950
s390/sysinfo: Remove exception handling from __stsi()

The exception handling for __stsi() was added in 2001 when it still was
possible to run Linux on systems without LPAR hypervisor, and therefore
without an stsi instruction. Given that this is not supported anymore
remove the exception handling from the __stsi() inline assembly.

Reviewed-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/sysinfo.c