diff options
author | 2016-12-19 15:57:30 +0000 | |
---|---|---|
committer | 2016-12-19 15:57:30 +0000 | |
commit | d10eaf8720e050db66eabe66f8cbfac57511ad0f (patch) | |
tree | 7c9df0c992a0727ee9f2f48fd836d37c2c541eff /sys | |
parent | Kill useless comment about splsoftnet() which is going away. (diff) | |
download | wireguard-openbsd-d10eaf8720e050db66eabe66f8cbfac57511ad0f.tar.xz wireguard-openbsd-d10eaf8720e050db66eabe66f8cbfac57511ad0f.zip |
Stop mentioning splsoftnet() in comments, it's almost history.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/ppp_tty.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c index 862db5cbb07..49157b78b60 100644 --- a/sys/net/ppp_tty.c +++ b/sys/net/ppp_tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ppp_tty.c,v 1.44 2016/09/15 02:00:18 dlg Exp $ */ +/* $OpenBSD: ppp_tty.c,v 1.45 2016/12/19 15:57:30 mpi Exp $ */ /* $NetBSD: ppp_tty.c,v 1.12 1997/03/24 21:23:10 christos Exp $ */ /* @@ -483,7 +483,7 @@ pppfcs(u_int16_t fcs, u_char *cp, int len) /* * This gets called from pppoutput when a new packet is - * put on a queue, at splsoftnet. + * put on a queue. */ void pppasyncstart(struct ppp_softc *sc) @@ -666,7 +666,7 @@ pppasyncstart(struct ppp_softc *sc) /* * This gets called when a received packet is placed on - * the inq, at splsoftnet. + * the inq. */ void pppasyncctlp(struct ppp_softc *sc) @@ -685,7 +685,7 @@ pppasyncctlp(struct ppp_softc *sc) /* * Start output on async tty interface. If the transmit queue * has drained sufficiently, arrange for pppasyncstart to be - * called later at splsoftnet. + * called later. */ int pppstart_internal(struct tty *tp, int force) |