aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-01-03 06:35:04 +0000
committerWarner Losh <imp@FreeBSD.org>2008-01-03 06:35:04 +0000
commite2888dfc26f0dcb955a8f6e633970d6cfc4dc4b1 (patch)
tree54fedae49432585f0fba78975d485bde43d573d4 /sys/ia64
parent409fe84319c6236588f4bdd24548e9a29f0112df (diff)
downloadsrc-e2888dfc26f0dcb955a8f6e633970d6cfc4dc4b1.tar.gz
src-e2888dfc26f0dcb955a8f6e633970d6cfc4dc4b1.zip
Fix obsolete comment. pmap_remove_all is the function we're in.
Notes
Notes: svn path=/head/; revision=175065
Diffstat (limited to 'sys/ia64')
-rw-r--r--sys/ia64/ia64/pmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c
index 59160c819b2c..069605459a90 100644
--- a/sys/ia64/ia64/pmap.c
+++ b/sys/ia64/ia64/pmap.c
@@ -1458,8 +1458,7 @@ pmap_remove_all(vm_page_t m)
#if defined(DIAGNOSTIC)
/*
- * XXX this makes pmap_page_protect(NONE) illegal for non-managed
- * pages!
+ * XXX This makes pmap_remove_all() illegal for non-managed pages!
*/
if (m->flags & PG_FICTITIOUS) {
panic("pmap_page_protect: illegal for unmanaged page, va: 0x%lx", VM_PAGE_TO_PHYS(m));