]> nv-tegra.nvidia Code Review - linux-2.6.git/commit - arch/x86_64
[PATCH] x86_64: Don't call enforce_max_cpus when hotplug is enabled
authorAshok Raj <ashok.raj@intel.com>
Fri, 9 Sep 2005 20:01:53 +0000 (13:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:30 +0000 (13:57 -0700)
commit092c948811359d8715790af0eedefc7dff1cd619
tree9936b6014dda94ed52efe64e34f9d923cbae8390
parentfdf26d933a8171c2a5bd35b4a5ca3b099a216a35
[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 <ashok.raj@intel.com>
Acked-by: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/smpboot.c