Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 22:29:00 GMT
From:      Robert Wing <rew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 55e2a7d3ea21 - main - pmap_pinit(9): sweep references to pmap_pinit2()
Message-ID:  <202401122229.40CMT0qB058198@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rew:

URL: https://cgit.FreeBSD.org/src/commit/?id=55e2a7d3ea21728f0a5ea712350f521507f3cfb0

commit 55e2a7d3ea21728f0a5ea712350f521507f3cfb0
Author:     Robert Wing <rew@FreeBSD.org>
AuthorDate: 2024-01-09 04:07:59 +0000
Commit:     Robert Wing <rew@FreeBSD.org>
CommitDate: 2024-01-12 13:29:17 +0000

    pmap_pinit(9): sweep references to pmap_pinit2()
    
    gone since 2004
---
 ObsoleteFiles.inc           | 3 +++
 share/man/man9/Makefile     | 3 +--
 share/man/man9/pmap.9       | 3 +--
 share/man/man9/pmap_pinit.9 | 7 +------
 4 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index ac936aebb574..9242d37a62fd 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -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
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 6bc814334f5d..8ec1f06a50ed 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -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 \
diff --git a/share/man/man9/pmap.9 b/share/man/man9/pmap.9
index db27fe880afc..5672dbe6b71d 100644
--- a/share/man/man9/pmap.9
+++ b/share/man/man9/pmap.9
@@ -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 ,
diff --git a/share/man/man9/pmap_pinit.9 b/share/man/man9/pmap_pinit.9
index b90f30cbc72b..8ef16a69e5fe 100644
--- a/share/man/man9/pmap_pinit.9
+++ b/share/man/man9/pmap_pinit.9
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401122229.40CMT0qB058198>