[PATCH] x86_64: Allocate cpu local data for all possible CPUs
authorAndi Kleen <ak@suse.de>
Mon, 10 Oct 2005 20:32:45 +0000 (22:32 +0200)
committerLinus 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