pmap_pinit(9): sweep references to pmap_pinit2()

gone since 2004
This commit is contained in:
Robert Wing 2024-01-08 19:07:59 -09:00
parent 8e1a7e29b6
commit 55e2a7d3ea
4 changed files with 6 additions and 10 deletions

View File

@ -51,6 +51,9 @@
# xargs -n1 | sort | uniq -d;
# done
# 20240112: remove pmap_pinit2()
OLD_FILES+=usr/share/man/man9/pmap_pinit2.9.gz
# 20240112: replaced NetBSD tests for uniq with our own
OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.in
OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.out

View File

@ -1813,8 +1813,7 @@ MLINKS+=pmap_extract.9 pmap_extract_and_hold.9
MLINKS+=pmap_kextract.9 vtophys.9
MLINKS+=pmap_init.9 pmap_init2.9
MLINKS+=pmap_is_modified.9 pmap_ts_referenced.9
MLINKS+=pmap_pinit.9 pmap_pinit0.9 \
pmap_pinit.9 pmap_pinit2.9
MLINKS+=pmap_pinit.9 pmap_pinit0.9
MLINKS+=pmap_qenter.9 pmap_qremove.9
MLINKS+=pmap_quick_enter_page.9 pmap_quick_remove_page.9
MLINKS+=pmap_remove.9 pmap_remove_all.9 \

View File

@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd August 30, 2016
.Dd January 12, 2024
.Dt PMAP 9
.Os
.Sh NAME
@ -105,7 +105,6 @@ operation.
.Xr pmap_page_init 9 ,
.Xr pmap_pinit 9 ,
.Xr pmap_pinit0 9 ,
.Xr pmap_pinit2 9 ,
.Xr pmap_protect 9 ,
.Xr pmap_qenter 9 ,
.Xr pmap_qremove 9 ,

View File

@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd July 21, 2003
.Dd January 12, 2024
.Dt PMAP_PINIT 9
.Os
.Sh NAME
@ -52,11 +52,6 @@ The
function initializes the physical map
.Fa pm ,
associated with process 0, the first process created in the system.
.Sh IMPLEMENTATION NOTES
The
.Fn pmap_pinit2
function has been deprecated, and should be implemented as a stub
until further notice.
.Sh SEE ALSO
.Xr pmap 9 ,
.Xr pmap_growkernel 9