]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] sched: uninline inc/dec_nr_running()
authorIngo Molnar <mingo@elte.hu>
Thu, 2 Aug 2007 15:41:40 +0000 (17:41 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 2 Aug 2007 15:41:40 +0000 (17:41 +0200)
commit4e6f96f313561d86d248edf0eaff2336d8217e1b
tree2006963cab793e8f6ff529e7c18085982de3e0d9
parentcb1c4fc924d7eeb3fb723ad72705d4a70e9781fd
[PATCH] sched: uninline inc/dec_nr_running()

uninline inc_nr_running() and dec_nr_running():

   text    data     bss     dec     hex filename
   29039    4162      24   33225    81c9 sched.o.before
   29027    4162      24   33213    81bd sched.o.after

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