]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit479540cb0ba918fde1942725b3525510badfa39f
treef7c5fec97bc23b71806c46ef885385a1744009fb
parenta5d2ff893a366f32479b673fb201712aa98dca9b
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