summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2014-08-03 20:40:51 +0000
committeralc <alc@FreeBSD.org>2014-08-03 20:40:51 +0000
commit38b6c535da5fc58f5d97fec83c199b56a4856e36 (patch)
tree2ab40fc0f8244e8e1d8a04f61b19ada4139006e1 /ObsoleteFiles.inc
parentff18393ff054f8f8f4779a04e260ff6549b44e78 (diff)
downloadFreeBSD-src-38b6c535da5fc58f5d97fec83c199b56a4856e36.zip
FreeBSD-src-38b6c535da5fc58f5d97fec83c199b56a4856e36.tar.gz
Retire pmap_change_wiring(). We have never used it to wire virtual pages.
We continue to use pmap_enter() for that. For unwiring virtual pages, we now use pmap_unwire(), which unwires a range of virtual addresses instead of a single virtual page. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index d4502d4..5c3cec2 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,8 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20140803: Remove an obsolete man page
+OLD_FILES+=usr/share/man/man9/pmap_change_wiring.9.gz
# 20140728: libsbuf restored to old version.
OLD_LIBS+=lib/libsbuf.so.7
# 20140728: Remove an obsolete man page
OpenPOWER on IntegriCloud