]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sched: use schedstat_set() API
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)
commit62e061e9fb5d422bb0ca17c1aef62eed532ca14d
tree9b0912c0e7a7e57b1804a0f68c463a2e05bfb88c
parentf723874d0e6bfede621abe84a9bbce49b2fcfa0b
[PATCH] sched: use schedstat_set() API

make use of the new schedstat_set() API to eliminate two #ifdef sections.

No functional changes:

    text    data     bss     dec     hex filename
   29009    4122      28   33159    8187 sched.o.before
   29009    4122      28   33159    8187 sched.o.after

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