commit | 8179ca23d513717cc5e3dc81a1ffe01af0955468 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Aug 02 17:41:40 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Aug 02 17:41:40 2007 +0200 |
tree | 9b0912c0e7a7e57b1804a0f68c463a2e05bfb88c | |
parent | c3c7011969274768818842b0a08ec45d88f45b4f [diff] |
[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>