n_tty: Queue buffer work on any available cpu
authorPeter Hurley <peter@hurleysoftware.com>
Sat, 15 Jun 2013 13:14:36 +0000 (09:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 23 Jul 2013 23:43:03 +0000 (16:43 -0700)
commitf0f947c124e05ec977019b974b12dfe171dd7148
treef7c5fec97bc23b71806c46ef885385a1744009fb
parent3afb1b394a49d1237c9c0af8e8b724ddfe5b94ba
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 <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c