summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2002-02-21 19:55:14 +0000
committerJason Wright <jason@cvs.openbsd.org>2002-02-21 19:55:14 +0000
commit63dadb9e698541e9e322862bbb994db1291ca694 (patch)
treee94af3b6351e2b6928d792687d0d46d3cd3e0e3a /sys/arch
parente82566c65da30d702e9483fdf1b0d07c15b8770b (diff)
%s/iommu_clear/iommu_remove/g
(iommu_clear was renamed awhile ago, but comments and such were not updated)
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/sparc/iommu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/sparc/iommu.c b/sys/arch/sparc/sparc/iommu.c
index d5d6e56df4e..871857a51c1 100644
--- a/sys/arch/sparc/sparc/iommu.c
+++ b/sys/arch/sparc/sparc/iommu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: iommu.c,v 1.13 2001/12/08 02:24:07 art Exp $ */
+/* $OpenBSD: iommu.c,v 1.14 2002/02/21 19:55:13 jason Exp $ */
/* $NetBSD: iommu.c,v 1.13 1997/07/29 09:42:04 fair Exp $ */
/*
@@ -305,7 +305,7 @@ iommu_enter(va, pa)
}
/*
- * iommu_clear: clears mappings created by iommu_enter
+ * iommu_remove: clears mappings created by iommu_enter
*/
void
iommu_remove(va, len)
@@ -322,7 +322,7 @@ iommu_remove(va, len)
#ifdef notyet
#ifdef DEBUG
if ((sc->sc_ptes[atop(va - sc->sc_dvmabase)] & IOPTE_V) == 0)
- panic("iommu_clear: clearing invalid pte at va 0x%x",
+ panic("iommu_remove: clearing invalid pte at va 0x%x",
va);
#endif
#endif