]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[S390] irq: set __ARCH_IRQ_EXIT_IRQS_DISABLED
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sun, 11 Mar 2012 15:59:30 +0000 (11:59 -0400)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Sun, 11 Mar 2012 15:59:28 +0000 (11:59 -0400)
commit2215011dd9c1b01f1fc430620ed31f2baad267c3
tree8674b35cae6475d48cb76cc36afe21bd75ab72c8
parente3c652b533aab733bf3ffb50654fb82f079c5329
[S390] irq: set __ARCH_IRQ_EXIT_IRQS_DISABLED

Set __ARCH_IRQ_EXIT_IRQS_DISABLED in order to optimize irq_exit() a
bit, since we call __do_softirq() instead of do_softirq().
This saves several needless checks, pointless interrupt disabling
and an extra branch.
If do_softirq() gets called from process context we still switch to
the async stack.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/hardirq.h