diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-05-20 11:23:34 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-05-20 11:23:34 -0700 |
commit | 441cab960d991897ec0e739dffee018bb2479c45 (patch) | |
tree | f8ceb4e56cb0cb8d70aa705e05dbce7ed2e42e8c /kernel/sched/rt.c | |
parent | 74cce52f9f92b64febd7c84ed68f5a5607c779b6 (diff) | |
parent | cd33d8803bfa3f5e6e5d7a4bb03fc8cc32c40fb6 (diff) | |
download | talos-obmc-linux-441cab960d991897ec0e739dffee018bb2479c45.tar.gz talos-obmc-linux-441cab960d991897ec0e739dffee018bb2479c45.zip |
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixlets from Thomas Gleixner:
"Three trivial fixlets for the scheduler:
- move print_rt_rq() and print_dl_rq() declarations to the right
place
- make grub_reclaim() static
- fix the bogus documentation reference in Kconfig"
* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
sched/fair: Fix documentation file path
sched/deadline: Make the grub_reclaim() function static
sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/sched/sched.h
Diffstat (limited to 'kernel/sched/rt.c')
-rw-r--r-- | kernel/sched/rt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index 7aef6b4e885a..ef3c4e6f5345 100644 --- a/kernel/sched/rt.c +++ b/kernel/sched/rt.c @@ -2701,8 +2701,6 @@ int sched_rr_handler(struct ctl_table *table, int write, } #ifdef CONFIG_SCHED_DEBUG -extern void print_rt_rq(struct seq_file *m, int cpu, struct rt_rq *rt_rq); - void print_rt_stats(struct seq_file *m, int cpu) { rt_rq_iter_t iter; |