summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1996-02-25 05:08:57 +0000
committerdyson <dyson@FreeBSD.org>1996-02-25 05:08:57 +0000
commitf30c04e337e1c48c605977b79772256e498c8989 (patch)
treec9829d06e6887e1a452ab487d0473a384116d565 /sys/amd64
parent73fc8e0896acd2776c160bb9fa924a472f7de656 (diff)
downloadFreeBSD-src-f30c04e337e1c48c605977b79772256e498c8989.zip
FreeBSD-src-f30c04e337e1c48c605977b79772256e498c8989.tar.gz
Re-insert a missing pmap_remove operation.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/pmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index f8b6bf4..05c271d 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
- * $Id: pmap.c,v 1.75 1996/02/04 21:20:35 davidg Exp $
+ * $Id: pmap.c,v 1.76 1996/02/25 03:02:44 dyson Exp $
*/
/*
@@ -1450,7 +1450,7 @@ pmap_enter_quick(pmap, va, pa)
*/
pte = vtopte(va);
-#if 0
+#if 1
/* a fault on the page table might occur here */
if (*pte) {
pmap_remove(pmap, va, va + PAGE_SIZE);
OpenPOWER on IntegriCloud