git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
437184a
)
HID: use single threaded work queue for hid_compat
author
Andi Kleen
<andi@firstfloor.org>
Mon, 10 Nov 2008 21:51:50 +0000
(22:51 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 13 Nov 2008 09:31:36 +0000
(10:31 +0100)
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>
No differences found