diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-12-10 14:32:39 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-10 14:32:39 -0500 |
commit | b9889ed1ddeca5a3f3569c8de7354e9e97d803ae (patch) | |
tree | 7309bed51e68f3414a7dd4159a7941d672028dbc /include/linux/sched.h | |
parent | dfc12eb26a285df316be68a808af86964f3bff86 (diff) |
sched: Remove forced2_migrations stats
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>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index ee9f200d12d3..87b89a827f0c 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1174,7 +1174,6 @@ struct sched_entity { | |||
1174 | u64 nr_failed_migrations_running; | 1174 | u64 nr_failed_migrations_running; |
1175 | u64 nr_failed_migrations_hot; | 1175 | u64 nr_failed_migrations_hot; |
1176 | u64 nr_forced_migrations; | 1176 | u64 nr_forced_migrations; |
1177 | u64 nr_forced2_migrations; | ||
1178 | 1177 | ||
1179 | u64 nr_wakeups; | 1178 | u64 nr_wakeups; |
1180 | u64 nr_wakeups_sync; | 1179 | u64 nr_wakeups_sync; |