diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-31 10:52:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-31 10:52:00 -0700 |
commit | 5e7a39275b00ec881790ce47b8f7363fdfa097fa (patch) | |
tree | 89f8bbefe362f11c23ea47163f3f01f1035cccf5 /include | |
parent | 7d9ef601ddf0a42d11df3bdaaf28078fd2995eab (diff) | |
parent | 9f508f8258e18e9333f18daf1f0860df48d49ed2 (diff) | |
download | op-kernel-dev-5e7a39275b00ec881790ce47b8f7363fdfa097fa.zip op-kernel-dev-5e7a39275b00ec881790ce47b8f7363fdfa097fa.tar.gz |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched
* git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched:
sched: clean up task_new_fair()
sched: small schedstat fix
sched: fix wait_start_fair condition in update_stats_wait_end()
sched: call update_curr() in task_tick_fair()
sched: make the scheduler converge to the ideal latency
sched: fix sleeper bonus limit
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index bd6a032..f4e324e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -904,6 +904,7 @@ struct sched_entity { u64 exec_start; u64 sum_exec_runtime; + u64 prev_sum_exec_runtime; u64 wait_start_fair; u64 sleep_start_fair; |