aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 5a9168b01db8..09d9e02f2b61 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -883,9 +883,6 @@ struct sched_group {
883 * NOTE: this field is variable length. (Allocated dynamically 883 * NOTE: this field is variable length. (Allocated dynamically
884 * by attaching extra space to the end of the structure, 884 * by attaching extra space to the end of the structure,
885 * depending on how many CPUs the kernel has booted up with) 885 * depending on how many CPUs the kernel has booted up with)
886 *
887 * It is also be embedded into static data structures at build
888 * time. (See 'struct static_sched_group' in kernel/sched.c)
889 */ 886 */
890 unsigned long cpumask[0]; 887 unsigned long cpumask[0];
891}; 888};
@@ -994,9 +991,6 @@ struct sched_domain {
994 * NOTE: this field is variable length. (Allocated dynamically 991 * NOTE: this field is variable length. (Allocated dynamically
995 * by attaching extra space to the end of the structure, 992 * by attaching extra space to the end of the structure,
996 * depending on how many CPUs the kernel has booted up with) 993 * depending on how many CPUs the kernel has booted up with)
997 *
998 * It is also be embedded into static data structures at build
999 * time. (See 'struct static_sched_domain' in kernel/sched.c)
1000 */ 994 */
1001 unsigned long span[0]; 995 unsigned long span[0];
1002}; 996};