From: Joonsoo Kim Date: Wed, 15 Aug 2012 14:25:41 +0000 (+0900) Subject: workqueue: use system_highpri_wq for unbind_work X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~52^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7635d2fd7f0fa63b6ec03050614c314d7139f14a;p=pandora-kernel.git workqueue: use system_highpri_wq for unbind_work To speed cpu down processing up, use system_highpri_wq. As scheduling priority of workers on it is higher than system_wq and it is not contended by other normal works on this cpu, work on it is processed faster than system_wq. tj: CPU up/downs care quite a bit about latency these days. This shouldn't hurt anything and makes sense. Signed-off-by: Joonsoo Kim Signed-off-by: Tejun Heo --- Reading git-diff-tree failed