From: Andi Kleen Date: Mon, 10 Nov 2008 21:51:50 +0000 (+0100) Subject: HID: use single threaded work queue for hid_compat X-Git-Tag: v2.6.28-rc6~67^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ff3a48c13f3ddc085271c2eea2985d28c8aa08;p=pandora-kernel.git HID: use single threaded work queue for hid_compat Use single threaded work queue for hid_compat I doubt HID really needs to scale over multiple CPUs. So only use a single threaded workqueue for HID_COMPAT. This avoids some excessive thread use on systems with a larger number of CPUs. Signed-off-by: Andi Kleen Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed