From: Andi Kleen Date: Mon, 10 Oct 2005 20:32:45 +0000 (+0200) Subject: [PATCH] x86_64: Allocate cpu local data for all possible CPUs X-Git-Tag: v2.6.14-rc4~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=421c7ce6d001fce28b1fa8fdd2e7ded0ed8a0ad5;p=pandora-kernel.git [PATCH] x86_64: Allocate cpu local data for all possible CPUs 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed