summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2012-09-28 05:30:59 +0000
committeralc <alc@FreeBSD.org>2012-09-28 05:30:59 +0000
commit55f6ff40edbcb6a2a67bfeb9304aecc846a4390d (patch)
tree8431809bcfacfdd6724d55ccbb120f3f44560d2f /sys/powerpc/aim
parent8f5dd3a88f3c17b19e137a6be2cd49ca0ad570c6 (diff)
downloadFreeBSD-src-55f6ff40edbcb6a2a67bfeb9304aecc846a4390d.zip
FreeBSD-src-55f6ff40edbcb6a2a67bfeb9304aecc846a4390d.tar.gz
Eliminate a stale comment. It describes another use case for the pmap in
Mach that doesn't exist in FreeBSD.
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/mmu_oea.c5
-rw-r--r--sys/powerpc/aim/mmu_oea64.c5
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c
index 93dfb46..a67bb9c 100644
--- a/sys/powerpc/aim/mmu_oea.c
+++ b/sys/powerpc/aim/mmu_oea.c
@@ -96,11 +96,6 @@ __FBSDID("$FreeBSD$");
/*
* Manages physical address maps.
*
- * In addition to hardware address maps, this module is called upon to
- * provide software-use-only maps which may or may not be stored in the
- * same form as hardware maps. These pseudo-maps are used to store
- * intermediate results from copy operations to and from address spaces.
- *
* Since the information managed by this module is also stored by the
* logical address mapping module, this module may throw away valid virtual
* to physical mappings at almost any time. However, invalidations of
diff --git a/sys/powerpc/aim/mmu_oea64.c b/sys/powerpc/aim/mmu_oea64.c
index 31ca7c2..a491680 100644
--- a/sys/powerpc/aim/mmu_oea64.c
+++ b/sys/powerpc/aim/mmu_oea64.c
@@ -96,11 +96,6 @@ __FBSDID("$FreeBSD$");
/*
* Manages physical address maps.
*
- * In addition to hardware address maps, this module is called upon to
- * provide software-use-only maps which may or may not be stored in the
- * same form as hardware maps. These pseudo-maps are used to store
- * intermediate results from copy operations to and from address spaces.
- *
* Since the information managed by this module is also stored by the
* logical address mapping module, this module may throw away valid virtual
* to physical mappings at almost any time. However, invalidations of
OpenPOWER on IntegriCloud