commit | 4b1b366721101f2f0d2350fbdccb679f7909cf57 | [log] [tgz] |
---|---|---|
author | Evgeniy Polyakov <johnpol@2ka.mipt.ru> | Sun Mar 23 21:51:12 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 23 21:51:12 2008 -0700 |
tree | 986baf2f2b20f97505be3a18adf28dd8bb9c4000 | |
parent | dbee0d3f4603b9d0e56234a0743321fe4dad31ca [diff] |
connector: convert to single-threaded workqueue From: Evgeniy Polyakov <johnpol@2ka.mipt.ru> 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 <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>