commit | 1952954569d1907eaf6df4b15bb23969e57b6599 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Mon Feb 28 10:53:34 2022 +0100 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Tue Mar 08 00:33:00 2022 +0100 |
tree | 7d2a3ea6852a68fc5b8178146a4fc3361c07c9d9 | |
parent | a156f09c9063bc6c11502fc49a6d006489f25eb3 [diff] |
s390/extable: search amode31 extable last It is very unlikely that an exception happens within the amode31 text section, therefore safe a couple of cycles for the common case, and search the amode31 extable last. Reviewed-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>