commit | 7c92e54f6f9601cfa9d8894ee248abcf62ed9a1c | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | Wed Sep 05 14:32:49 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Sep 05 14:32:49 2007 +0200 |
tree | 5678cf7f582ca8e8568ba610dac77161a6a49881 | |
parent | cf2ab4696ee42f895eed88c2b6e432fe03dda0db [diff] |
sched: simplify __check_preempt_curr_fair() Preparatory patch for fix-ideal-runtime: simplify __check_preempt_curr_fair(): get rid of the integer return. text data bss dec hex filename 13404 228 1204 14836 39f4 sched.o.before 13393 228 1204 14825 39e9 sched.o.after functionality is unchanged. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>