From: Peter Hurley Date: Sat, 15 Jun 2013 13:14:36 +0000 (-0400) Subject: n_tty: Queue buffer work on any available cpu X-Git-Tag: v3.12-rc1~182^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f947c124e05ec977019b974b12dfe171dd7148;p=pandora-kernel.git n_tty: Queue buffer work on any available cpu Scheduling buffer work on the same cpu as the read() thread limits the parallelism now possible between the receive_buf path and the n_tty_read() path. Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed