From: Heiko Carstens Date: Sun, 11 Mar 2012 15:59:30 +0000 (-0400) Subject: [S390] irq: set __ARCH_IRQ_EXIT_IRQS_DISABLED X-Git-Tag: v3.4-rc1~135^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2215011dd9c1b01f1fc430620ed31f2baad267c3;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed