summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_fault.c')
-rw-r--r--sys/vm/vm_fault.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c
index e0e2383..e50d4ed 100644
--- a/sys/vm/vm_fault.c
+++ b/sys/vm/vm_fault.c
@@ -745,7 +745,6 @@ readrest:
/*
* get rid of the unnecessary page
*/
- pmap_remove_all(fs.first_m);
vm_page_free(fs.first_m);
/*
* grab the page and put it into the
OpenPOWER on IntegriCloud