From: Heiko Carstens Date: Mon, 5 Mar 2012 23:07:25 +0000 (-0800) Subject: softirq: Reduce invoke_softirq() code duplication X-Git-Tag: v3.4-rc1~193^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a00178614e2cdd981a708d22a05c1ce4eadfd7;p=pandora-kernel.git softirq: Reduce invoke_softirq() code duplication The two invoke_softirq() variants are identical except for a single line. So move the #ifdef __ARCH_IRQ_EXIT_IRQS_DISABLED inside one of the functions and get rid of the other one. Signed-off-by: Heiko Carstens Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed