]> git.baikalelectronics.ru Git - kernel.git/commit
s390/irq: simplify do_softirq_own_stack()
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 5 Jul 2021 20:26:26 +0000 (22:26 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 8 Jul 2021 20:12:17 +0000 (22:12 +0200)
commitd6840e82df969728d57b0d2d3b084b852df41730
tree147448fe76dd7f832ac7d63301d60c7cbc58e31f
parent5de6672b2b02a9d0de4d8e460f929f0ff88e8def
s390/irq: simplify do_softirq_own_stack()

do_softirq_own_stack() is always called from task context and
therefore it is not necessary to check if the async stack is
currently used.
Remove the check and directly switch to async stack.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/kernel/irq.c