commit | 938e02beb3a0181ed1c7828e8939ffa32c350bea | [log] [tgz] |
---|---|---|
author | Heiko Carstens <hca@linux.ibm.com> | Mon Jul 05 22:26:26 2021 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Thu Jul 08 22:12:17 2021 +0200 |
tree | 147448fe76dd7f832ac7d63301d60c7cbc58e31f | |
parent | 4516f355c55f6da231c494c6d2be7d863d02f13c [diff] |
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>