diff options
author | Jiri Slaby <jslaby@suse.cz> | 2021-05-05 11:18:56 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-13 16:57:15 +0200 |
commit | 89bb4a3622f99ea736eab185db9b46b4fa4c29c0 (patch) | |
tree | 3ed8005b275074ed1c022ee8b20573b1d980eaa0 /arch/m68k/ifpsp060 | |
parent | n_tty: remove n_tty_receive_char wrapper (diff) | |
download | linux-89bb4a3622f99ea736eab185db9b46b4fa4c29c0.tar.xz linux-89bb4a3622f99ea736eab185db9b46b4fa4c29c0.zip |
n_tty: remove n_tty_receive_char_fast
n_tty_receive_char_fast is a copy of n_tty_receive_char with one
exception: PARMRK is not doubled in the former. Unify these two and
double PARMRK depending on a newly added parameter (bool parmrk_dbl).
I don't think the theoretical speedup is worth the code duplication.
Which is directly connected with maintenance burden.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210505091928.22010-4-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/m68k/ifpsp060')
0 files changed, 0 insertions, 0 deletions