OSDN Git Service

[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)
commit8179ca23d513717cc5e3dc81a1ffe01af0955468
tree9b0912c0e7a7e57b1804a0f68c463a2e05bfb88c
parentc3c7011969274768818842b0a08ec45d88f45b4f
[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