diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-08 15:07:14 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-03-08 15:07:14 +0000 |
commit | 017b3034bdb43ecf613345561b63d2f0de0737e7 (patch) | |
tree | b8e16f5e80334952acabd8172091b70d9e096c52 /share/man/man9/pmap_pinit.9 | |
parent | 8582c8e098334cfeb5cac736712b5feada3d0879 (diff) |
Update pmap_pinit(9) to reflect pmap_pinit2() removal by alc.
Notes
Notes:
svn path=/head/; revision=126746
Diffstat (limited to 'share/man/man9/pmap_pinit.9')
-rw-r--r-- | share/man/man9/pmap_pinit.9 | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/share/man/man9/pmap_pinit.9 b/share/man/man9/pmap_pinit.9 index b4b4876d4120..f73bd31396c0 100644 --- a/share/man/man9/pmap_pinit.9 +++ b/share/man/man9/pmap_pinit.9 @@ -29,8 +29,7 @@ .Dt PMAP_PINIT 9 .Sh NAME .Nm pmap_pinit , -.Nm pmap_pinit0 , -.Nm pmap_pinit2 +.Nm pmap_pinit0 .Nd initialize pmap structures .Sh SYNOPSIS .In sys/param.h @@ -40,8 +39,6 @@ .Fn pmap_pinit "pmap_t pmap" .Ft void .Fn pmap_pinit0 "pmap_t pm" -.Ft void -.Fn pmap_pinit2 "pmap_t pmap" .Sh DESCRIPTION The .Fn pmap_pinit @@ -56,23 +53,6 @@ The function initializes the physical map .Fa pm , associated with process 0, the first process created in the system. -.Pp -The -.Fn pmap_pinit2 -function wires in kernel global address entries for the physical map -.Fa pmap , -which must be associated with a user process. -It is called during process creation. -.Pp -To avoid a race condition between -.Fa pmap -intialization and -.Fn pmap_growkernel , -.Fn pmap_pinit2 -should be called after the vmspace -is attached to the process but before this -.Fa pmap -is activated. .Sh IMPLEMENTATION NOTES The .Fn pmap_pinit2 |