summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 291a9bd5b97f..b8c7ba0e3796 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -176,7 +176,7 @@ struct task_group;
176 * TASK_RUNNING store which can collide with __set_current_state(TASK_RUNNING). 176 * TASK_RUNNING store which can collide with __set_current_state(TASK_RUNNING).
177 * 177 *
178 * However, with slightly different timing the wakeup TASK_RUNNING store can 178 * However, with slightly different timing the wakeup TASK_RUNNING store can
179 * also collide with the TASK_UNINTERRUPTIBLE store. Loosing that store is not 179 * also collide with the TASK_UNINTERRUPTIBLE store. Losing that store is not
180 * a problem either because that will result in one extra go around the loop 180 * a problem either because that will result in one extra go around the loop
181 * and our @cond test will save the day. 181 * and our @cond test will save the day.
182 * 182 *
@@ -515,7 +515,7 @@ struct sched_dl_entity {
515 515
516 /* 516 /*
517 * Actual scheduling parameters. Initialized with the values above, 517 * Actual scheduling parameters. Initialized with the values above,
518 * they are continously updated during task execution. Note that 518 * they are continuously updated during task execution. Note that
519 * the remaining runtime could be < 0 in case we are in overrun. 519 * the remaining runtime could be < 0 in case we are in overrun.
520 */ 520 */
521 s64 runtime; /* Remaining runtime for this instance */ 521 s64 runtime; /* Remaining runtime for this instance */