]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
s390/irq: remove HAVE_IRQ_EXIT_ON_IRQ_STACK
authorSven Schnelle <svens@linux.ibm.com>
Tue, 6 Jul 2021 18:24:58 +0000 (20:24 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 8 Jul 2021 13:37:27 +0000 (15:37 +0200)
commit0aa4ff7688632a86bdb133fa106f2ccd514b91a7
treefca1d08552c7958013921ff1219341bb5c8235e7
parentb8e9cc20b808e26329090c19ff80b7f5098e98ff
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>
arch/s390/Kconfig