Module Name: src
Committed By: rmind
Date: Tue Nov 26 20:48:26 UTC 2013
Modified Files:
src/share/man/man9: xcall.9
Log Message:
Update xcall(9).
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/xcall.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/xcall.9
diff -u src/share/man/man9/xcall.9:1.9 src/share/man/man9/xcall.9:1.10
--- src/share/man/man9/xcall.9:1.9 Sat Jul 20 21:39:59 2013
+++ src/share/man/man9/xcall.9 Tue Nov 26 20:48:25 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: xcall.9,v 1.9 2013/07/20 21:39:59 wiz Exp $
+.\" $NetBSD: xcall.9,v 1.10 2013/11/26 20:48:25 rmind Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd October 24, 2011
+.Dd November 26, 2013
.Dt XCALL 9
.Os
.Sh NAME
@@ -87,7 +87,7 @@ also provides a mechanism for making
.Dq "high priority"
cross calls.
The function to be executed runs on the remote CPU within a
-.Dv IPL_SOFTCLOCK
+.Dv IPL_SOFTSERIAL
software interrupt context, possibly interrupting other lower-priority
code running on the CPU.
.Sh NOTES