diff options
author | Vasily Gorbik <gor@linux.ibm.com> | 2023-03-28 11:09:09 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2023-04-04 18:34:54 +0200 |
commit | 385bf43c48ffe44af881039779a6be09ac8a77c8 (patch) | |
tree | 707891269d9a713419d1f6e348d9558a5e51d691 /arch/s390/crypto | |
parent | Merge branch 'uaccess-inline-asm-cleanup' into features (diff) | |
download | linux-385bf43c48ffe44af881039779a6be09ac8a77c8.tar.xz linux-385bf43c48ffe44af881039779a6be09ac8a77c8.zip |
s390/entry: rely on long-displacement facility
Since commit 4efd417f298b ("s390: raise minimum supported machine
generation to z10"), the long-displacement facility is assumed and
required for the kernel. Clean up a couple of places in the entry code,
where long-displacement could be used directly instead of using a base
register.
However, there are still a few other places where a base register has
to be used to extend short-displacement for the second lowcore page
access. Notably, boot/head.S still has to be built for z900, and in
mcck_int_handler, spt and lbear, which don't have long-displacements,
but need to access save areas at the second lowcore page.
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/crypto')
0 files changed, 0 insertions, 0 deletions