aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2007-10-15 17:00:11 +0200
committerIngo Molnar <mingo@elte.hu>2007-10-15 17:00:11 +0200
commit94359f05cb7e1fed0deccc83ebc30a1175a9ae16 (patch)
treeb187343db9950f9396f832318d061106a9592d41 /include/linux/sched.h
parentsched: remove last_min_vruntime effect (diff)
downloadlinux-dev-94359f05cb7e1fed0deccc83ebc30a1175a9ae16.tar.xz
linux-dev-94359f05cb7e1fed0deccc83ebc30a1175a9ae16.zip
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 '')
-rw-r--r--include/linux/sched.h1
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 {
u64 sum_exec_runtime;
u64 vruntime;
u64 prev_sum_exec_runtime;
- u64 last_min_vruntime;
#ifdef CONFIG_SCHEDSTATS
u64 wait_start;