commit | 8ccad40df8d314f786fdb06bdbedd4f43f3257cd | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri Jan 16 15:31:15 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jan 19 22:36:07 2009 +0100 |
tree | 7d3c1bde4ff36bb936a5934e602a4e1b50702545 | |
parent | 31ad9081200c06ccc350625d41d1f8b2d1cef29f [diff] |
work_on_cpu: Use our own workqueue. Impact: remove potential clashes with generic kevent workqueue Annoyingly, some places we want to use work_on_cpu are already in workqueues. As per Ingo's suggestion, we create a different workqueue for work_on_cpu. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Mike Travis <travis@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>