work_on_cpu: Use our own workqueue.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 16 Jan 2009 23:31:15 +0000 (15:31 -0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 19 Jan 2009 21:36:07 +0000 (22:36 +0100)
commit8ccad40df8d314f786fdb06bdbedd4f43f3257cd
tree7d3c1bde4ff36bb936a5934e602a4e1b50702545
parent31ad9081200c06ccc350625d41d1f8b2d1cef29f
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>
kernel/workqueue.c