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:
af74c3a
)
[PATCH] x86_64: Allocate cpu local data for all possible CPUs
author
Andi Kleen
<ak@suse.de>
Mon, 10 Oct 2005 20:32:45 +0000
(22:32 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 10 Oct 2005 23:33:25 +0000
(16:33 -0700)
CPU hotplug fills up the possible map to NR_CPUs, but it did that after
setting up per CPU data. This lead to CPU data not getting allocated
for all possible CPUs, which lead to various side effects.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found