summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_page.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-25 12:13:28 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-25 12:13:28 +0000
commitc3b99c494077368d942421c810a57439203e8d72 (patch)
treefa2cefd705fae49574431500b36b9dddccd05fde /sys/uvm/uvm_page.c
parent6880cd1af3711d7b314c4b56856e8ccdfc035416 (diff)
Default to disabled zeroing of pages in the idle loop.
Diffstat (limited to 'sys/uvm/uvm_page.c')
-rw-r--r--sys/uvm/uvm_page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/uvm/uvm_page.c b/sys/uvm/uvm_page.c
index bb5d3b6c6c8..a3bf15a4f8b 100644
--- a/sys/uvm/uvm_page.c
+++ b/sys/uvm/uvm_page.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_page.c,v 1.22 2001/08/11 10:57:22 art Exp $ */
+/* $OpenBSD: uvm_page.c,v 1.23 2001/08/25 12:13:27 art Exp $ */
/* $NetBSD: uvm_page.c,v 1.37 2000/06/09 04:43:19 soda Exp $ */
/*
@@ -100,7 +100,7 @@ int vm_nphysseg = 0; /* XXXCDC: uvm.nphysseg */
* We therefore provide a way to disable it from machdep code here.
*/
-boolean_t vm_page_zero_enable = TRUE;
+boolean_t vm_page_zero_enable = FALSE;
/*
* local variables