From: Dmitry Torokhov Date: Mon, 15 Nov 2010 09:39:57 +0000 (-0800) Subject: Input: serio - convert to common workqueue instead of a thread X-Git-Tag: v2.6.38-rc1~463^2^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee294cd9def0004887da7f44b80563493b0a097;p=pandora-kernel.git Input: serio - convert to common workqueue instead of a thread Instead of creating an exclusive thread to handle serio events (which happen rarely), let's switch to using common workqueue. With the arrival of concurrency-managed workqueue infrastructure we are not concerned that our callers or callees also using workqueue (no deadlocks anymore) and it should reduce total number of threads in the system. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed