Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8bf5231 authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Ingo Molnar
Browse files

sched/deadline: Remove unused variables



fix these new sparse warnings:

  >> kernel/sched/core.c:305:14: sparse: symbol 'sysctl_sched_dl_period' was not declared. Should it be static?
  >> kernel/sched/core.c:306:5: sparse: symbol 'sysctl_sched_dl_runtime' was not declared. Should it be static?

Better still, they're completely unused so remove them.

Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarPeter Zijlstra <peterz@infradead.org>
Cc: Juri Lelli <juri.lelli@gmail.com>
Link: http://lkml.kernel.org/n/tip-ke0shkG7vMnzmcdqhhiymyem@git.kernel.org


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent 88f1ebbc
Loading
Loading
Loading
Loading
+0 −11
Original line number Original line Diff line number Diff line
@@ -296,17 +296,6 @@ __read_mostly int scheduler_running;
 */
 */
int sysctl_sched_rt_runtime = 950000;
int sysctl_sched_rt_runtime = 950000;


/*
 * Maximum bandwidth available for all -deadline tasks and groups
 * (if group scheduling is configured) on each CPU.
 *
 * default: 5%
 */
unsigned int sysctl_sched_dl_period = 1000000;
int sysctl_sched_dl_runtime = 50000;



/*
/*
 * __task_rq_lock - lock the rq @p resides on.
 * __task_rq_lock - lock the rq @p resides on.
 */
 */