From: Ashok Raj Date: Fri, 9 Sep 2005 20:01:53 +0000 (-0700) Subject: [PATCH] x86_64: Don't call enforce_max_cpus when hotplug is enabled X-Git-Tag: v2.6.14-rc1~460 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=092c948811359d8715790af0eedefc7dff1cd619;p=pandora-kernel.git [PATCH] x86_64: Don't call enforce_max_cpus when hotplug is enabled enforce_max_cpus nukes out cpu_present_map and cpu_possible_map making it impossible to add new cpus in the system. Since it doesnt provide any additional value apart this call and reference is removed. Signed-off-by: Ashok Raj Acked-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed