summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-09-14 17:44:52 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-09-14 17:44:52 -0700
commit889cb3b9a4da012f8f8a336b050d7871d1f7383f (patch)
treee6d9a04aa86840e5367f69b6227b7e195f9bd132 /kernel/sched/sched.h
parent7ef6e97380a1cb0f38cab795fe696f43c71d3ae9 (diff)
parent9450d57eab5cad36774c297da123062744472588 (diff)
downloadop-kernel-dev-889cb3b9a4da012f8f8a336b050d7871d1f7383f.zip
op-kernel-dev-889cb3b9a4da012f8f8a336b050d7871d1f7383f.tar.gz
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull scheduler fixes from Ingo Molnar: "Smaller fixlets" * 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: sched: Fix kernel-doc warnings in kernel/sched/fair.c sched: Unthrottle rt runqueues in __disable_runtime() sched: Add missing call to calc_load_exit_idle() sched: Fix load avg vs cpu-hotplug
Diffstat (limited to 'kernel/sched/sched.h')
-rw-r--r--kernel/sched/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index f6714d0..0848fa3 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -1144,7 +1144,6 @@ extern void print_rt_stats(struct seq_file *m, int cpu);
extern void init_cfs_rq(struct cfs_rq *cfs_rq);
extern void init_rt_rq(struct rt_rq *rt_rq, struct rq *rq);
-extern void unthrottle_offline_cfs_rqs(struct rq *rq);
extern void account_cfs_bandwidth_used(int enabled, int was_enabled);
OpenPOWER on IntegriCloud