commit | a475c2f43520cb095452201da57395000cfeb94c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Apr 23 21:08:11 2007 +0200 |
committer | Arnd Bergmann <arnd@klappe.arndb.de> | Mon Apr 23 21:18:54 2007 +0200 |
tree | 0cfe49111b15cf20b03d308ec8b5a8b5210b0363 | |
parent | 390c53430498c9973e015432806edd53b2efe6c6 [diff] |
[POWERPC] spufs: remove woken threads from the runqueue early A single context should only be woken once, and we should not have more wakeups for a given priority than the number of contexts on that runqueue position. Also add some asserts to trap future problems in this area more easily. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>