sched: Remove forced2_migrations stats
authorIngo Molnar <mingo@elte.hu>
Thu, 10 Dec 2009 19:32:39 +0000 (20:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 10 Dec 2009 19:32:39 +0000 (20:32 +0100)
This build warning:

 kernel/sched.c: In function 'set_task_cpu':
 kernel/sched.c:2070: warning: unused variable 'old_rq'

Made me realize that the forced2_migrations stat looks pretty
pointless (and a misnomer) - remove it.

Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found