commit | f0f947c124e05ec977019b974b12dfe171dd7148 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sat Jun 15 09:14:36 2013 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 16:43:03 2013 -0700 |
tree | f7c5fec97bc23b71806c46ef885385a1744009fb | |
parent | 3afb1b394a49d1237c9c0af8e8b724ddfe5b94ba [diff] |
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>