From: Rusty Russell Date: Fri, 16 Jan 2009 23:31:15 +0000 (-0800) Subject: work_on_cpu: Use our own workqueue. X-Git-Tag: v2.6.29-rc3~42^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ccad40df8d314f786fdb06bdbedd4f43f3257cd;p=pandora-kernel.git 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 Signed-off-by: Mike Travis Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed