diff options
Diffstat (limited to 'sys/arch/mvme68k/dev/cl.c')
-rw-r--r-- | sys/arch/mvme68k/dev/cl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/dev/cl.c b/sys/arch/mvme68k/dev/cl.c index 015e1d454b9..35119d47c6d 100644 --- a/sys/arch/mvme68k/dev/cl.c +++ b/sys/arch/mvme68k/dev/cl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cl.c,v 1.49 2009/10/31 12:00:06 fgsch Exp $ */ +/* $OpenBSD: cl.c,v 1.50 2009/11/09 17:53:39 nicm Exp $ */ /* * Copyright (c) 1995 Dale Rahn. All rights reserved. @@ -1555,7 +1555,6 @@ cl_txintr(arg) wakeup((caddr_t) &tp->t_outq); } selwakeup(&tp->t_wsel); - KNOTE(&tp->t_wsel.si_note, 0); } sc->cl_reg->cl_ier = sc->cl_reg->cl_ier & ~0x3; } @@ -1589,7 +1588,6 @@ cl_txintr(arg) wakeup((caddr_t) &tp->t_outq); } selwakeup(&tp->t_wsel); - KNOTE(&tp->t_wsel.si_note, 0); } sc->cl_reg->cl_ier = sc->cl_reg->cl_ier & ~0x3; } |