nohz: Remove useless argument on tick_nohz_task_switch()
Leftover from early code. Cc: Christoph Lameter <cl@linux.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Preeti U Murthy <preeti@linux.vnet.ibm.com> Cc: Rik van Riel <riel@redhat.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
This commit is contained in:
@@ -2489,7 +2489,7 @@ static struct rq *finish_task_switch(struct task_struct *prev)
|
||||
put_task_struct(prev);
|
||||
}
|
||||
|
||||
tick_nohz_task_switch(current);
|
||||
tick_nohz_task_switch();
|
||||
return rq;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user