s390/boot: Convert detect_diag9c() to extable
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 24 Feb 2025 14:59:10 +0000 (15:59 +0100)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 4 Mar 2025 16:34:03 +0000 (17:34 +0100)
commit097cf5d57f1fce25bf9c840bc033ff95e5a9234a
tree68fcde21421862be2974e1a8aa650267283f9374
parentb1879e7ee7e2c1c93d5353829f4e71a6f70ffd47
s390/boot: Convert detect_diag9c() to extable

Shorten detect_diag9c() and use regular EX_TABLE program check handling.

Acked-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/boot/startup.c