aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_idletask.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sched_idletask.c')
-rw-r--r--kernel/sched_idletask.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/sched_idletask.c b/kernel/sched_idletask.c
index 5ebf829cdd73..3503fb2d9f96 100644
--- a/kernel/sched_idletask.c
+++ b/kernel/sched_idletask.c
@@ -50,10 +50,6 @@ static void task_tick_idle(struct rq *rq, struct task_struct *curr)
50{ 50{
51} 51}
52 52
53static void set_curr_task_idle(struct rq *rq)
54{
55}
56
57/* 53/*
58 * Simple, special scheduling class for the per-CPU idle tasks: 54 * Simple, special scheduling class for the per-CPU idle tasks:
59 */ 55 */
@@ -70,7 +66,6 @@ static struct sched_class idle_sched_class __read_mostly = {
70 66
71 .load_balance = load_balance_idle, 67 .load_balance = load_balance_idle,
72 68
73 .set_curr_task = set_curr_task_idle,
74 .task_tick = task_tick_idle, 69 .task_tick = task_tick_idle,
75 /* no .task_new for idle tasks */ 70 /* no .task_new for idle tasks */
76}; 71};