From: KAMEZAWA Hiroyuki Date: Fri, 19 Oct 2007 06:40:47 +0000 (-0700) Subject: CPU HOTPLUG: avoid hotadd when proper possible_map isn't specified X-Git-Tag: v2.6.24-rc1~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e753a50dcac7d6d4fa8b9552203ef544a70d77;p=pandora-kernel.git CPU HOTPLUG: avoid hotadd when proper possible_map isn't specified cpu-hot-add should be fail if cpu is not set in cpu_possible_map. If go ahead, the system will panic soon. Especially, arch which requires additional_cpus= parameter should handle this. Tested on ia64. [akpm@linux-foundation.org: coding-style fixes] Signed-off-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed