]> git.karo-electronics.de Git - karo-tx-linux.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)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:57 +0000 (14:11 +0200)
commit8226eebdccf468c2d0898356ee25744d5b8d3a93
treef4af8818dfda6ae073c1d295aa092f781c552a70
parent641c7d2987f142f1159f3302b268ce4629d15b94
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