2005-10-03 08:11:22

by Magnus Damm

[permalink] [raw]
Subject: [PATCH] CPUSETS: remove SMP dependency

Remove the SMP dependency from CPUSETS.

Signed-off-by: Magnus Damm <[email protected]>
---

include/linux/sched.h | 4 ++++
init/Kconfig | 1 -
2 files changed, 4 insertions(+), 1 deletion(-)

--- from-0002/include/linux/sched.h
+++ to-work/include/linux/sched.h 2005-10-03 16:18:15.000000000 +0900
@@ -590,6 +590,10 @@ struct sched_domain {

extern void partition_sched_domains(cpumask_t *partition1,
cpumask_t *partition2);
+#else /* CONFIG_SMP */
+
+static inline void partition_sched_domains(cpumask_t *partition1,
+ cpumask_t *partition2) {}
#endif /* CONFIG_SMP */


--- from-0002/init/Kconfig
+++ to-work/init/Kconfig 2005-10-03 15:40:51.000000000 +0900
@@ -245,7 +245,6 @@ config IKCONFIG_PROC

config CPUSETS
bool "Cpuset support"
- depends on SMP
help
This option will let you create and manage CPUSETs which
allow dynamically partitioning a system into sets of CPUs and


2005-10-03 08:43:57

by Paul Jackson

[permalink] [raw]
Subject: Re: [PATCH] CPUSETS: remove SMP dependency

> Remove the SMP dependency from CPUSETS.

Acked-by: Paul Jackson <[email protected]>

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <[email protected]> 1.925.600.0401