]> 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)
commit1fe90cb7877eae862282e26c78e86ffa3fd5e151
tree147448fe76dd7f832ac7d63301d60c7cbc58e31f
parent0573d1b98bdb9e206baf05ce4419dd56574da78c
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