From: Evgeniy Polyakov Date: Mon, 24 Mar 2008 04:51:12 +0000 (-0700) Subject: connector: convert to single-threaded workqueue X-Git-Tag: v2.6.25-rc7~25^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b1b366721101f2f0d2350fbdccb679f7909cf57;p=pandora-kernel.git connector: convert to single-threaded workqueue From: Evgeniy Polyakov We don't need one cqueue thread for each CPU. cqueue is used for receiving userspace datagrams, which are very rare and thus will happily live with a single queue. Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed