commit | be4676e61f969b624185f14d819adef23d45ffc2 | [log] [tgz] |
---|---|---|
author | Paul Fulghum <paulkf@microgate.com> | Tue Mar 28 01:56:16 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Mar 28 09:16:02 2006 -0800 |
tree | a8dcd2380ca0fce83a0e3e093a25f0b0ca87b256 | |
parent | 0080b7aae88c75e2a6b38dfcb228b0f239e18e3c [diff] |
[PATCH] synclink_gt: remove uneeded async code Remove code in async receive handling that serves no purpose with new tty receive buffering. Previously this code tried to free up receive buffer space, but now does nothing useful while making expensive calls. Signed-off-by: Paul Fulghum <paulkf@microgate.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>