commit | 0aa4ff7688632a86bdb133fa106f2ccd514b91a7 | [log] [tgz] |
---|---|---|
author | Sven Schnelle <svens@linux.ibm.com> | Tue Jul 06 20:24:58 2021 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Thu Jul 08 15:37:27 2021 +0200 |
tree | fca1d08552c7958013921ff1219341bb5c8235e7 | |
parent | b8e9cc20b808e26329090c19ff80b7f5098e98ff [diff] |
s390/irq: remove HAVE_IRQ_EXIT_ON_IRQ_STACK This is no longer true since we switched to generic entry. The code switches to the IRQ stack before calling do_IRQ, but switches back to the kernel stack before calling irq_exit(). Fixes: 56e62a737028 ("s390: convert to generic entry") Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>