Skip to content

Commit 55e2a7d

Browse files
committed
pmap_pinit(9): sweep references to pmap_pinit2()
gone since 2004
1 parent 8e1a7e2 commit 55e2a7d

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

ObsoleteFiles.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
# xargs -n1 | sort | uniq -d;
5252
# done
5353

54+
# 20240112: remove pmap_pinit2()
55+
OLD_FILES+=usr/share/man/man9/pmap_pinit2.9.gz
56+
5457
# 20240112: replaced NetBSD tests for uniq with our own
5558
OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.in
5659
OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.out

share/man/man9/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,8 +1813,7 @@ MLINKS+=pmap_extract.9 pmap_extract_and_hold.9
18131813
MLINKS+=pmap_kextract.9 vtophys.9
18141814
MLINKS+=pmap_init.9 pmap_init2.9
18151815
MLINKS+=pmap_is_modified.9 pmap_ts_referenced.9
1816-
MLINKS+=pmap_pinit.9 pmap_pinit0.9 \
1817-
pmap_pinit.9 pmap_pinit2.9
1816+
MLINKS+=pmap_pinit.9 pmap_pinit0.9
18181817
MLINKS+=pmap_qenter.9 pmap_qremove.9
18191818
MLINKS+=pmap_quick_enter_page.9 pmap_quick_remove_page.9
18201819
MLINKS+=pmap_remove.9 pmap_remove_all.9 \

share/man/man9/pmap.9

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2424
.\" SUCH DAMAGE.
2525
.\"
26-
.Dd August 30, 2016
26+
.Dd January 12, 2024
2727
.Dt PMAP 9
2828
.Os
2929
.Sh NAME
@@ -105,7 +105,6 @@ operation.
105105
.Xr pmap_page_init 9 ,
106106
.Xr pmap_pinit 9 ,
107107
.Xr pmap_pinit0 9 ,
108-
.Xr pmap_pinit2 9 ,
109108
.Xr pmap_protect 9 ,
110109
.Xr pmap_qenter 9 ,
111110
.Xr pmap_qremove 9 ,

share/man/man9/pmap_pinit.9

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2424
.\" SUCH DAMAGE.
2525
.\"
26-
.Dd July 21, 2003
26+
.Dd January 12, 2024
2727
.Dt PMAP_PINIT 9
2828
.Os
2929
.Sh NAME
@@ -52,11 +52,6 @@ The
5252
function initializes the physical map
5353
.Fa pm ,
5454
associated with process 0, the first process created in the system.
55-
.Sh IMPLEMENTATION NOTES
56-
The
57-
.Fn pmap_pinit2
58-
function has been deprecated, and should be implemented as a stub
59-
until further notice.
6055
.Sh SEE ALSO
6156
.Xr pmap 9 ,
6257
.Xr pmap_growkernel 9

0 commit comments

Comments
 (0)