Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Noet that knote() must not be called from int...
details: https://anonhg.NetBSD.org/src/rev/e882be1017f4
branches: trunk
changeset: 543352:e882be1017f4
user: pk <pk%NetBSD.org@localhost>
date: Sun Feb 23 21:40:44 2003 +0000
description:
Noet that knote() must not be called from interrupt contexts running at an
interrupt priority level higher than splsched().
diffstat:
share/man/man9/knote.9 | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 743f70fb05c6 -r e882be1017f4 share/man/man9/knote.9
--- a/share/man/man9/knote.9 Sun Feb 23 21:33:06 2003 +0000
+++ b/share/man/man9/knote.9 Sun Feb 23 21:40:44 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: knote.9,v 1.6 2003/01/19 20:12:35 jdolecek Exp $
+.\" $NetBSD: knote.9,v 1.7 2003/02/23 21:40:44 pk Exp $
.\"
.\" Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -85,6 +85,11 @@
call to the filter occurs in order to provide an opportunity for the
filter to record the activity.
.Pp
+.Fn knote
+must not be called from interrupt contexts running at an interrupt
+priority level higher than
+.Fn splsched .
+.Pp
.Fn KNOTE
is a macro that calls
.Fn knote list hint
Home |
Main Index |
Thread Index |
Old Index