From: Thomas Gleixner Date: Mon, 7 Feb 2011 15:46:58 +0000 (+0100) Subject: genirq: Simplify affinity related code X-Git-Tag: v2.6.39-rc1~503^2~9^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fa46f1f070961783661ae640cd2f6b2557f3885;p=pandora-kernel.git genirq: Simplify affinity related code There is lot of #ifdef CONFIG_GENERIC_PENDING_IRQ along with duplicated code in the irq core. Move the #ifdeffery into one place and cleanup the code so it's readable. No functional change. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed