summaryrefslogtreecommitdiffstats
path: root/Documentation/tty.txt
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2006-06-26 00:24:36 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-26 09:58:17 -0700
commit38e13929c391e6964b00840b765ed601a3377d33 (patch)
treec68392946b53efdb004c18429e6b149766c4997c /Documentation/tty.txt
parentd2be8ee53856c3c510d4d38f534979747db65d96 (diff)
downloadop-kernel-dev-38e13929c391e6964b00840b765ed601a3377d33.zip
op-kernel-dev-38e13929c391e6964b00840b765ed601a3377d33.tar.gz
[PATCH] Correct tty doc
This method died some time ago, so kill the doc for it. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/tty.txt')
-rw-r--r--Documentation/tty.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/tty.txt b/Documentation/tty.txt
index 8ff7bc2..dab5660 100644
--- a/Documentation/tty.txt
+++ b/Documentation/tty.txt
@@ -80,13 +80,6 @@ receive_buf() - Hand buffers of bytes from the driver to the ldisc
for processing. Semantics currently rather
mysterious 8(
-receive_room() - Can be called by the driver layer at any time when
- the ldisc is opened. The ldisc must be able to
- handle the reported amount of data at that instant.
- Synchronization between active receive_buf and
- receive_room calls is down to the driver not the
- ldisc. Must not sleep.
-
write_wakeup() - May be called at any point between open and close.
The TTY_DO_WRITE_WAKEUP flag indicates if a call
is needed but always races versus calls. Thus the
OpenPOWER on IntegriCloud