]> Pileus Git - ~andy/linux/blobdiff - kernel/sched/deadline.c
Merge remote-tracking branches 'asoc/fix/da732x' and 'asoc/fix/sta32x' into asoc...
[~andy/linux] / kernel / sched / deadline.c
index 0de248202879311be46a10b0ab855cba0c512ce6..0dd5e0971a0778a3e09ee8a91f5851dfa1dc25a9 100644 (file)
@@ -351,7 +351,8 @@ static void replenish_dl_entity(struct sched_dl_entity *dl_se,
  * disrupting the schedulability of the system. Otherwise, we should
  * refill the runtime and set the deadline a period in the future,
  * because keeping the current (absolute) deadline of the task would
- * result in breaking guarantees promised to other tasks.
+ * result in breaking guarantees promised to other tasks (refer to
+ * Documentation/scheduler/sched-deadline.txt for more informations).
  *
  * This function returns true if:
  *