Skip to content
Commit 5a4fd036 authored by xiaofeng.yan's avatar xiaofeng.yan Committed by Ingo Molnar
Browse files

sched/core: Remove a parameter in the migrate_task_rq() function



The parameter "int next_cpu" in the following function is unused:

  migrate_task_rq(struct task_struct *p, int next_cpu)

Remove it.

Signed-off-by: default avatarxiaofeng.yan <yanxiaofeng@inspur.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Link: http://lkml.kernel.org/r/1442991360-31945-1-git-send-email-yanxiaofeng@inspur.com


Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent ce03e413
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment