diff options
author | Vasily Gorbik <gor@linux.ibm.com> | 2022-02-24 16:43:23 +0100 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2022-03-08 00:33:01 +0100 |
commit | 2268169c14e5f00377512932cf2b7bc78e4577ad (patch) | |
tree | e573714529488f67c303de288ceed8f164cc2e88 /arch/s390/pci | |
parent | 7d8484c4151d94f3c1d257e65e0c1a2ec3c945e7 (diff) | |
download | linux-2268169c14e5f00377512932cf2b7bc78e4577ad.tar.gz linux-2268169c14e5f00377512932cf2b7bc78e4577ad.tar.bz2 linux-2268169c14e5f00377512932cf2b7bc78e4577ad.zip |
s390: remove unused expoline to BC instructions
This reverts commit 6deaa3bbca80 ("s390: extend expoline to BC
instructions"). Expolines to BC instructions were added to be utilized
by commit de5cb6eb514e ("s390: use expoline thunks in the BPF JIT"). But
corresponding code has been removed by commit e1cf4befa297 ("bpf, s390x:
remove ld_abs/ld_ind"). And compiler does not generate such expolines as
well.
Compared to regular expolines, expolines to BC instructions contain
displacement and all possible variations cannot be generated in advance,
making kpatch support more complicated. So, remove those to avoid
future usages.
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/pci')
0 files changed, 0 insertions, 0 deletions