https://github.com/torvalds/linux
Revision 0aa4ff7688632a86bdb133fa106f2ccd514b91a7 authored by Sven Schnelle on 06 July 2021, 18:24:58 UTC, committed by Vasily Gorbik on 08 July 2021, 13:37:27 UTC
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>
1 parent b8e9cc2
History
Tip revision: 0aa4ff7688632a86bdb133fa106f2ccd514b91a7 authored by Sven Schnelle on 06 July 2021, 18:24:58 UTC
s390/irq: remove HAVE_IRQ_EXIT_ON_IRQ_STACK
Tip revision: 0aa4ff7
File Mode Size
Kconfig -rw-r--r-- 75.1 KB
Makefile -rw-r--r-- 1.2 KB
calibrate.c -rw-r--r-- 8.6 KB
do_mounts.c -rw-r--r-- 14.8 KB
do_mounts.h -rw-r--r-- 908 bytes
do_mounts_initrd.c -rw-r--r-- 3.4 KB
do_mounts_rd.c -rw-r--r-- 7.7 KB
init_task.c -rw-r--r-- 6.2 KB
initramfs.c -rw-r--r-- 16.3 KB
main.c -rw-r--r-- 38.8 KB
noinitramfs.c -rw-r--r-- 813 bytes
version.c -rw-r--r-- 1.1 KB

back to top