commit | 43ff3a48c13f3ddc085271c2eea2985d28c8aa08 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Mon Nov 10 22:51:50 2008 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Nov 13 10:31:36 2008 +0100 |
tree | 3b671b4208b427c5a0e841cbfd7e23ec282cf148 | |
parent | 437184ae8bd1ef923a40b009e37801deae66ad55 [diff] |
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 <ak@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>