sched: uninline rq_clock()
authorIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:46 +0000 (11:16 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 9 Aug 2007 09:16:46 +0000 (11:16 +0200)
commit7bfd0485871df01764ca89d5679f128d870aef1a
treea17e8e9a55fc4cc3fef0c91f1393b6d0722d4d26
parent291ae5a12088e1aa87aae4899a818498be3d18eb
sched: uninline rq_clock()

uninline rq_clock() to save 263 bytes of code:

   text    data     bss     dec     hex filename
   39561    3642      24   43227    a8db sched.o.before
   39298    3642      24   42964    a7d4 sched.o.after

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c