Add options to the debugging menu to disable logical processors and SMP.
They both depend on EXPERT, and MAX_CPUS depends on disabling logical processors so that no one tries to run a quad core CPU with only one stack.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
On Fri, Oct 23, 2009 at 1:52 PM, Myles Watson mylesgw@gmail.com wrote:
Add options to the debugging menu to disable logical processors and SMP.
They both depend on EXPERT, and MAX_CPUS depends on disabling logical processors so that no one tries to run a quad core CPU with only one stack.
Signed-off-by: Myles Watson mylesgw@gmail.com
I decided that it makes more sense to directly change SMP, not MAX_CPUS. I made SMP depend on MAX_PHYSICAL_CPUS so that you are not prompted to disable SMP unless you have multiple sockets.
Thanks, Myles