summaryrefslogtreecommitdiff
path: root/i386
diff options
context:
space:
mode:
Diffstat (limited to 'i386')
-rw-r--r--i386/intel/pmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c
index b0fd4ca..aa89aa5 100644
--- a/i386/intel/pmap.c
+++ b/i386/intel/pmap.c
@@ -1675,6 +1675,7 @@ void pmap_change_wiring(map, v, wired)
i = ptes_per_vm_page;
do {
*pte &= ~INTEL_PTE_WIRED;
+ pte++;
} while (--i > 0);
}