commit | 9bfb18392ef586467277fa25d8f3a7a93611f6df | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Dec 18 20:05:09 2006 +0100 |
committer | Linus Torvalds <torvalds@woody.osdl.org> | Thu Dec 21 00:20:01 2006 -0800 |
tree | e0bb6aab4983a50f54b247ac3db323dbb8d025a2 | |
parent | 5ccac88eeb5659c716af8e695e2943509c80d172 [diff] |
[PATCH] workqueue: fix schedule_on_each_cpu() fix the schedule_on_each_cpu() implementation: __queue_work() is now stricter, hence set the work-pending bit before passing in the new work. (found in the -rt tree, using Peter Zijlstra's files-lock scalability patchset) Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Linus Torvalds <torvalds@osdl.org>