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-10-26 01:24:41.657931104 -0700 +++ 25-akpm/init/Kconfig 2004-10-26 01:24:41.661930496 -0700 @@ -304,6 +304,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 _