summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-01-03 06:31:41 +0000
committerimp <imp@FreeBSD.org>2008-01-03 06:31:41 +0000
commit500a82f6578eed263dbe79b818c07ea01cfa783b (patch)
treecf237ba3bf41db729c46cf8abed7e188039ea704 /sys/arm
parent811f1d35ef471cadfb6d935bdf932ac76df39940 (diff)
downloadFreeBSD-src-500a82f6578eed263dbe79b818c07ea01cfa783b.zip
FreeBSD-src-500a82f6578eed263dbe79b818c07ea01cfa783b.tar.gz
Modernize comment about diagnostic.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/arm/pmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arm/arm/pmap.c b/sys/arm/arm/pmap.c
index e5970f0..3f4366e 100644
--- a/sys/arm/arm/pmap.c
+++ b/sys/arm/arm/pmap.c
@@ -3170,8 +3170,7 @@ pmap_remove_all(vm_page_t m)
#if defined(PMAP_DEBUG)
/*
- * 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%x", VM_PAGE_TO_PHYS(m));
OpenPOWER on IntegriCloud