git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6ace1
)
ARM: CPU hotplug: fix abuse of irqdesc->node
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 21 Jul 2011 13:51:13 +0000
(14:51 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 21 Jul 2011 14:00:27 +0000
(15:00 +0100)
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>
No differences found