summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-01-03 06:35:04 +0000
committerimp <imp@FreeBSD.org>2008-01-03 06:35:04 +0000
commita3fe3266a01610c75978aed35d3e3f88cc97911a (patch)
tree54fedae49432585f0fba78975d485bde43d573d4 /sys/ia64
parent500a82f6578eed263dbe79b818c07ea01cfa783b (diff)
downloadFreeBSD-src-a3fe3266a01610c75978aed35d3e3f88cc97911a.zip
FreeBSD-src-a3fe3266a01610c75978aed35d3e3f88cc97911a.tar.gz
Fix obsolete comment. pmap_remove_all is the function we're in.
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 59160c8..0696054 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));
OpenPOWER on IntegriCloud