From: Prarit Bhargava Date: Mon, 26 Mar 2012 19:02:18 +0000 (-0400) Subject: genirq: Respect NUMA node affinity in setup_irq_irq affinity() X-Git-Tag: v3.4-rc1~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=241fc640be783f903e74b6d9c68481c01873f758;p=pandora-kernel.git genirq: Respect NUMA node affinity in setup_irq_irq affinity() We respect node affinity of devices already in the irq descriptor allocation, but we ignore it for the initial interrupt affinity setup, so the interrupt might be routed to a different node. Restrict the default affinity mask to the node on which the irq descriptor is allocated. [ tglx: Massaged changelog ] Signed-off-by: Prarit Bhargava Acked-by: Neil Horman Cc: Yinghai Lu Cc: David Rientjes Link: http://lkml.kernel.org/r/1332788538-17425-1-git-send-email-prarit@redhat.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed