From: Heiko Carstens Date: Mon, 13 Oct 2008 21:50:09 +0000 (+0200) Subject: workqueue: introduce create_rt_workqueue X-Git-Tag: v2.6.28-rc1~36^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d557dc97f4bb501f086a03d0f00b99a7855d794;p=pandora-kernel.git workqueue: introduce create_rt_workqueue create_rt_workqueue will create a real time prioritized workqueue. This is needed for the conversion of stop_machine to a workqueue based implementation. This patch adds yet another parameter to __create_workqueue_key to tell it that we want an rt workqueue. However it looks like we rather should have something like "int type" instead of singlethread, freezable and rt. Signed-off-by: Heiko Carstens Signed-off-by: Rusty Russell Cc: Ingo Molnar --- Reading git-diff-tree failed