From: Paul Jackson It's silly, pointless, and untested to offer CONFIG_CPUSETS for non-SMP configurations. Make CPUSETS depend on SMP (even though it doesn't really). Signed-off-by: Paul Jackson Signed-off-by: Andrew Morton --- 25-akpm/init/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN init/Kconfig~cpusets-config_cpusets-depends-on-smp init/Kconfig --- 25/init/Kconfig~cpusets-config_cpusets-depends-on-smp 2004-09-11 17:26:05.402813344 -0700 +++ 25-akpm/init/Kconfig 2004-09-11 17:26:05.405812888 -0700 @@ -299,6 +299,7 @@ config EPOLL config CPUSETS bool "Cpuset support" + depends on SMP help This options will let you create and manage CPUSET's which allow dynamically partitioning a system into sets of CPUs and _