Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Rename "cpu_switch" to "cpu_swit...
details: https://anonhg.NetBSD.org/src/rev/4c77bae22044
branches: trunk
changeset: 318478:4c77bae22044
user: scole <scole%NetBSD.org@localhost>
date: Thu Apr 26 14:59:11 2018 +0000
description:
Rename "cpu_switch" to "cpu_switchto"
diffstat:
share/man/man9/cpu_lwp_fork.9 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r bd97d963eed5 -r 4c77bae22044 share/man/man9/cpu_lwp_fork.9
--- a/share/man/man9/cpu_lwp_fork.9 Thu Apr 26 08:31:36 2018 +0000
+++ b/share/man/man9/cpu_lwp_fork.9 Thu Apr 26 14:59:11 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: cpu_lwp_fork.9,v 1.6 2017/03/10 15:30:45 wiz Exp $
+.\" $NetBSD: cpu_lwp_fork.9,v 1.7 2018/04/26 14:59:11 scole Exp $
.\"
.\" Copyright (c) 2002, 2005, 2006 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 March 10, 2017
+.Dd April 26, 2018
.Dt CPU_LWP_FORK 9
.Os
.Sh NAME
@@ -58,7 +58,7 @@
.Fn lwp_trampoline .
.Fn lwp_trampoline
does not have a normal calling sequence and is entered by
-.Fn cpu_switch .
+.Fn cpu_switchto .
If an alternate user-level stack is requested (with non-zero values
in both the
.Fa stack
@@ -67,7 +67,7 @@
arguments), the user stack pointer is set up accordingly.
.Pp
After being entered by
-.Fn cpu_switch
+.Fn cpu_switchto
and while running in user context (within the kernel)
.Fn lwp_trampoline
will invoke the function
Home |
Main Index |
Thread Index |
Old Index