aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2015-06-04 03:57:00 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-06-12 20:39:51 -0400
commit3e20c31a222e31aa681bdf6a62d7bc9b82af60b7 (patch)
tree7667bc6529215ecfb8af6d533a953020a1e928fe
parent84e1eb83d0b9e0969a59b6848d718eaf71e98fcb (diff)
Doc: tty.txt: remove mention of the BKL
The BKL is long gone, no need to kill the dead. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--Documentation/serial/tty.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/serial/tty.txt b/Documentation/serial/tty.txt
index dbe6623fed1c..973c8ad3f959 100644
--- a/Documentation/serial/tty.txt
+++ b/Documentation/serial/tty.txt
@@ -4,9 +4,6 @@
4Your guide to the ancient and twisted locking policies of the tty layer and 4Your guide to the ancient and twisted locking policies of the tty layer and
5the warped logic behind them. Beware all ye who read on. 5the warped logic behind them. Beware all ye who read on.
6 6
7FIXME: still need to work out the full set of BKL assumptions and document
8them so they can eventually be killed off.
9
10 7
11Line Discipline 8Line Discipline
12--------------- 9---------------