diff options
author | Mike Galbraith <efault@gmx.de> | 2010-03-11 11:15:38 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-03-11 12:32:50 -0500 |
commit | b42e0c41a422a212ddea0666d5a3a0e3c35206db (patch) | |
tree | 443cf5918548cab86c3f9f3f34a1b700d809070b /include/linux/sched.h | |
parent | 39c0cbe2150cbd848a25ba6cdb271d1ad46818ad (diff) |
sched: Remove avg_wakeup
Testing the load which led to this heuristic (nfs4 kbuild) shows that it has
outlived it's usefullness. With intervening load balancing changes, I cannot
see any difference with/without, so recover there fastpath cycles.
Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <1268301062.6785.29.camel@marge.simson.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 13efe7dac5fa..70c560f5ada0 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1185,9 +1185,6 @@ struct sched_entity { | |||
1185 | 1185 | ||
1186 | u64 nr_migrations; | 1186 | u64 nr_migrations; |
1187 | 1187 | ||
1188 | u64 start_runtime; | ||
1189 | u64 avg_wakeup; | ||
1190 | |||
1191 | #ifdef CONFIG_SCHEDSTATS | 1188 | #ifdef CONFIG_SCHEDSTATS |
1192 | struct sched_statistics statistics; | 1189 | struct sched_statistics statistics; |
1193 | #endif | 1190 | #endif |