summaryrefslogtreecommitdiffstats
path: root/sys/sun4v
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2010-05-31 06:06:10 +0000
committeralc <alc@FreeBSD.org>2010-05-31 06:06:10 +0000
commitb5170d1a7e642f5cc280b8d424ccda7498ae2d2e (patch)
tree7caaf73b14044de062cf33af510f2dd61fb7bd5c /sys/sun4v
parent607fc8f5ea702e258d06f685b85d0f33a5b044fe (diff)
downloadFreeBSD-src-b5170d1a7e642f5cc280b8d424ccda7498ae2d2e.zip
FreeBSD-src-b5170d1a7e642f5cc280b8d424ccda7498ae2d2e.tar.gz
Eliminate a stale comment.
Diffstat (limited to 'sys/sun4v')
-rw-r--r--sys/sun4v/sun4v/pmap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sun4v/sun4v/pmap.c b/sys/sun4v/sun4v/pmap.c
index 8044048..48cc81c 100644
--- a/sys/sun4v/sun4v/pmap.c
+++ b/sys/sun4v/sun4v/pmap.c
@@ -1133,10 +1133,6 @@ pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m,
else if (!wired && (otte_data & VTD_WIRED))
pmap->pm_stats.wired_count--;
- /*
- * We might be turning off write access to the page,
- * so we go ahead and sense modify status.
- */
if (otte_data & VTD_MANAGED) {
om = m;
tte_data |= VTD_MANAGED;
OpenPOWER on IntegriCloud