diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:06 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:06 -0400 |
commit | e22f5bbf86d8cce710d5c8ba5bf57832e73aab8c (patch) | |
tree | 9e6240455f123da6249fe0a88ba51459488f2e87 /include/linux/sched.h | |
parent | 495eca494aa6006df55e3a04e105462c5940ca17 (diff) |
sched: remove wait_runtime limit
remove the wait_runtime-limit fields and the code depending on it, now
that the math has been changed over to rely on the vruntime metric.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Mike Galbraith <efault@gmx.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
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 5e5c457fba86..353630d6ae4b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -905,7 +905,6 @@ struct sched_entity { | |||
905 | u64 vruntime; | 905 | u64 vruntime; |
906 | u64 prev_sum_exec_runtime; | 906 | u64 prev_sum_exec_runtime; |
907 | u64 wait_start_fair; | 907 | u64 wait_start_fair; |
908 | u64 sleep_start_fair; | ||
909 | 908 | ||
910 | #ifdef CONFIG_SCHEDSTATS | 909 | #ifdef CONFIG_SCHEDSTATS |
911 | u64 wait_start; | 910 | u64 wait_start; |