|
@@ -883,9 +883,6 @@ struct sched_group {
|
|
|
* NOTE: this field is variable length. (Allocated dynamically
|
|
|
* by attaching extra space to the end of the structure,
|
|
|
* depending on how many CPUs the kernel has booted up with)
|
|
|
- *
|
|
|
- * It is also be embedded into static data structures at build
|
|
|
- * time. (See 'struct static_sched_group' in kernel/sched.c)
|
|
|
*/
|
|
|
unsigned long cpumask[0];
|
|
|
};
|
|
@@ -994,9 +991,6 @@ struct sched_domain {
|
|
|
* NOTE: this field is variable length. (Allocated dynamically
|
|
|
* by attaching extra space to the end of the structure,
|
|
|
* depending on how many CPUs the kernel has booted up with)
|
|
|
- *
|
|
|
- * It is also be embedded into static data structures at build
|
|
|
- * time. (See 'struct static_sched_domain' in kernel/sched.c)
|
|
|
*/
|
|
|
unsigned long span[0];
|
|
|
};
|