]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:42 +0000 (08:34 +0200)
commit72f8ee44aac5224a8ae19feb1adfb1078de1db8b
treef4af8818dfda6ae073c1d295aa092f781c552a70
parent9bbc3f4b51dd557226d588326aace6886a11913b
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