s390: remove indirect branch from do_softirq_own_stack
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 24 Apr 2018 09:18:49 +0000 (11:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 May 2018 16:53:59 +0000 (18:53 +0200)
commita6565fdd90cbe63e60bf8edc447992bf47f4791c
treeaa233b948d0792e9099bc19103e4ac885f128cfb
parentce2e68b3c2604e4d06d972358ef139a38cdf8740
s390: remove indirect branch from do_softirq_own_stack

commit 9f18fff63cfd6f559daa1eaae60640372c65f84b upstream.

The inline assembly to call __do_softirq on the irq stack uses
an indirect branch. This can be replaced with a normal relative
branch.

Cc: stable@vger.kernel.org # 4.16
Fixes: f19fbd5ed6 ("s390: introduce execute-trampolines for branches")
Reviewed-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/s390/kernel/irq.c