diff options
author | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:11 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2007-10-15 11:00:11 -0400 |
commit | 94359f05cb7e1fed0deccc83ebc30a1175a9ae16 (patch) | |
tree | b187343db9950f9396f832318d061106a9592d41 /include/linux/sched.h | |
parent | dc1f31c90cfa067af6f7000db7a5383c7667ccba (diff) |
sched: undo some of the recent changes
undo some of the recent changes that are not needed after all,
such as last_min_vruntime.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
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 d74830cc51eb..2c33227b0f82 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -908,7 +908,6 @@ struct sched_entity { | |||
908 | u64 sum_exec_runtime; | 908 | u64 sum_exec_runtime; |
909 | u64 vruntime; | 909 | u64 vruntime; |
910 | u64 prev_sum_exec_runtime; | 910 | u64 prev_sum_exec_runtime; |
911 | u64 last_min_vruntime; | ||
912 | 911 | ||
913 | #ifdef CONFIG_SCHEDSTATS | 912 | #ifdef CONFIG_SCHEDSTATS |
914 | u64 wait_start; | 913 | u64 wait_start; |