| commit | 48c08d3f8ff94fa118187e4d8d4a5707bb85e59d | [log] [tgz] |
|---|---|---|
| author | Ingo Molnar <mingo@elte.hu> | Sat Jun 25 14:57:22 2005 -0700 |
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Sat Jun 25 16:24:43 2005 -0700 |
| tree | 057b9f538bb4ece645ade5d4693f2cd1a14b92aa | |
| parent | 687f1661d302bc70ce906594a6d3f615ef075a50 [diff] |
[PATCH] sched: uninline task_timeslice
"Chen, Kenneth W" <kenneth.w.chen@intel.com>
uninline task_timeslice() - reduces code footprint noticeably, and it's
slowpath code.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>