]> git.karo-electronics.de Git - linux-beck.git/blobdiff - Documentation/scheduler/sched-domains.txt
sched: Remove stale power aware scheduling remnants and dysfunctional knobs
[linux-beck.git] / Documentation / scheduler / sched-domains.txt
index b7ee379b651bea7d962fcb51789b40689bb0e112..443f0c76bab4ea93ed702ceb18c6a207f489c192 100644 (file)
@@ -61,10 +61,6 @@ The implementor should read comments in include/linux/sched.h:
 struct sched_domain fields, SD_FLAG_*, SD_*_INIT to get an idea of
 the specifics and what to tune.
 
-For SMT, the architecture must define CONFIG_SCHED_SMT and provide a
-cpumask_t cpu_sibling_map[NR_CPUS], where cpu_sibling_map[i] is the mask of
-all "i"'s siblings as well as "i" itself.
-
 Architectures may retain the regular override the default SD_*_INIT flags
 while using the generic domain builder in kernel/sched.c if they wish to
 retain the traditional SMT->SMP->NUMA topology (or some subset of that). This