From: Mark Salter Date: Wed, 12 Dec 2012 15:36:37 +0000 (+0000) Subject: MN10300: cleanup IRQ affinity setting X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~46^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d361cb754720d69695a3efc973e9a1a51e46b21;p=pandora-kernel.git MN10300: cleanup IRQ affinity setting The irq_set_affinity handler for the mn10300 cpu pic had some hard-coded IRQs which were not to be migrated from one cpu to another. This patch cleans those up by using a combination of IRQF_NOBALANCING and specialized irq chips with no irq_set_affinity handler. This maintains the previous behavior by using generic IRQ interfaces rather than hard coding IRQ numbers in the default irq_set_affinity handler. Signed-off-by: Mark Salter Signed-off-by: David Howells --- Reading git-diff-tree failed