]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit762a07a1a210c3adfc64d28c36848e99e35868d5
treea17e8e9a55fc4cc3fef0c91f1393b6d0722d4d26
parent2432040c96edb78b1bcb8051c1fa84c709d7c9ca
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