]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: CPU hotplug: fix abuse of irqdesc->node
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 21 Jul 2011 13:51:13 +0000 (14:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 21 Jul 2011 14:00:27 +0000 (15:00 +0100)
commit692aa6a2f25a5bc571e2799f3f3adfe3843640d7
tree376c474932009c459975c9d3865003834f021ad8
parent2a533a82b4c4c28981e01acd111d4579217188f1
ARM: CPU hotplug: fix abuse of irqdesc->node

irqdesc's node member is supposed to mark the numa node number for the
interrupt.  Our use of it is non-standard.  Remove this, replacing the
functionality with a test of the affinity mask.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/gic.c
arch/arm/kernel/irq.c