commit | 7bfd0485871df01764ca89d5679f128d870aef1a | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:46 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Aug 09 11:16:46 2007 +0200 |
tree | a17e8e9a55fc4cc3fef0c91f1393b6d0722d4d26 | |
parent | 291ae5a12088e1aa87aae4899a818498be3d18eb [diff] |
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>