commit | 11854247e2c851e7ff9ce138e501c6cffc5a4217 | [log] [tgz] |
---|---|---|
author | Peter Zijlstra <peterz@infradead.org> | Thu Jan 21 16:34:27 2010 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jan 28 06:59:51 2010 +0100 |
tree | 281c12176055279558b31b4b059e32e59229f486 | |
parent | fabf318e5e4bda0aca2b0d617b191884fda62703 [diff] |
sched: Fix incorrect sanity check We moved to migrate on wakeup, which means that sleeping tasks could still be present on offline cpus. Amend the check to only test running tasks. Reported-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>