From: Heiko Carstens Date: Thu, 25 Dec 2008 12:37:57 +0000 (+0100) Subject: [S390] cpu topology: fix cpu_core_map initialization X-Git-Tag: v2.6.29-rc1~584^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5439050f9f1aa92381ab9beccbea6ddf0c687c2b;p=pandora-kernel.git [S390] cpu topology: fix cpu_core_map initialization Common code doesn't call arch_update_cpu_topology() anymore on cpu hotplug. But our architecture backend relied on that in order to update the cpu_core_map. For machines without cpu topology support this leads uninitialized cpu_core_maps for later on added cpus. To solve this just initialize the maps with cpu_possible_map, since that will be always valid for machines without topology support. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed