commit | 6d299f1b53b84e2665f402d9bcc494800aba6386 | [log] [tgz] |
---|---|---|
author | Gregory Haskins <ghaskins@novell.com> | Mon May 12 21:21:14 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jun 06 15:19:29 2008 +0200 |
tree | 52d44fb6e2fe84f180c7e47a0faa5da48be6ab26 | |
parent | 6e0534f278199f1e3dd1049b9bc19a7a5b87ada1 [diff] |
sched: fix SCHED_OTHER balance iterator to include all tasks The currently logic inadvertently skips the last task on the run-queue, resulting in missed balance opportunities. Signed-off-by: Gregory Haskins <ghaskins@novell.com> Signed-off-by: David Bahi <dbahi@novell.com> CC: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>