[PATCH] Cpusets - CONFIG_CPUSETS depends on SMP

From: Paul Jackson
Date: Wed Aug 25 2004 - 12:23:47 EST


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).

Applies to 2.6.8.1-mm4. Builds, boots and unit tests on ia64 sn2_defconfig.

Signed-off-by: Paul Jackson <pj@xxxxxxx>

Index: 2.6.8.1-mm4/init/Kconfig
===================================================================
--- 2.6.8.1-mm4.orig/init/Kconfig 2004-08-25 02:44:08.000000000 -0700
+++ 2.6.8.1-mm4/init/Kconfig 2004-08-25 02:44:21.000000000 -0700
@@ -270,6 +270,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

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@xxxxxxx> 1.650.933.1373
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/