commit | 62160e3f4a06d948ec89665d29f1173e551deedc | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:03 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:03 2007 +0200 |
tree | b86bfddf913ea3b22837fb3dcbbdf8c2fb567ed1 | |
parent | 53df556e06d85245cf6aacedaba8e4da684859c3 [diff] |
sched: track cfs_rq->curr on !group-scheduling too Noticed by Roman Zippel: use cfs_rq->curr in the !group-scheduling case too. Small micro-optimization and cleanup effect: text data bss dec hex filename 36269 3482 24 39775 9b5f sched.o.before 36177 3486 24 39687 9b07 sched.o.after Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Mike Galbraith <efault@gmx.de> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>