projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8875125
)
sched/rt: Fix replenish_dl_entity() comments to match the current upstream code
author
xiaofeng.yan
<xiaofeng.yan@huawei.com>
Mon, 7 Jul 2014 05:59:04 +0000
(
05:59
+0000)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 16 Jul 2014 11:38:20 +0000
(13:38 +0200)
Signed-off-by: xiaofeng.yan <xiaofeng.yan@huawei.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link:
http://lkml.kernel.org/r/1404712744-16986-1-git-send-email-xiaofeng.yan@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/deadline.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sched/deadline.c
b/kernel/sched/deadline.c
index df0b77a8caca5a5a4758a3d8bc4d68a73f9c7a31..255ce138b65232dabcc553c54340f45440ca2792 100644
(file)
--- a/
kernel/sched/deadline.c
+++ b/
kernel/sched/deadline.c
@@
-306,7
+306,7
@@
static inline void setup_new_dl_entity(struct sched_dl_entity *dl_se,
* the overrunning entity can't interfere with other entity in the system and
* can't make them miss their deadlines. Reasons why this kind of overruns
* could happen are, typically, a entity voluntarily trying to overcome its
- * runtime, or it just underestimated it during sched_set
scheduler_ex
().
+ * runtime, or it just underestimated it during sched_set
attr
().
*/
static void replenish_dl_entity(struct sched_dl_entity *dl_se,
struct sched_dl_entity *pi_se)