[PATCH] sched: uninline task_timeslice
authorIngo Molnar <mingo@elte.hu>
Sat, 25 Jun 2005 21:57:22 +0000 (14:57 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:43 +0000 (16:24 -0700)
commit48c08d3f8ff94fa118187e4d8d4a5707bb85e59d
tree057b9f538bb4ece645ade5d4693f2cd1a14b92aa
parent687f1661d302bc70ce906594a6d3f615ef075a50
[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>
kernel/sched.c