commit | 2ef75701d1711a1feee2a82b42a2597ddc05f88b | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jul 21 14:51:13 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jul 21 15:00:27 2011 +0100 |
tree | 376c474932009c459975c9d3865003834f021ad8 | |
parent | cf6ace16a3cd8b728fb0afa68368fd40bbeae19f [diff] |
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>