diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2015-04-23 09:56:24 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2015-04-23 09:56:24 +0000 |
commit | 0bc937257a2e2028c1341c8b93a496dedea2af83 (patch) | |
tree | f48fa14dbcb31fcb081b8d3e5a5cbe5ff4ef65d9 /sys/uvm/uvm.h | |
parent | 9efc1f83db099c09458dde2cdc52d15cf5f0dbf1 (diff) |
tedu remnants of the previous attempt to implement page zeroing in
the idle thread.
ok deraadt@
Diffstat (limited to 'sys/uvm/uvm.h')
-rw-r--r-- | sys/uvm/uvm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/uvm/uvm.h b/sys/uvm/uvm.h index 9496a4f2913..8b9d61c888d 100644 --- a/sys/uvm/uvm.h +++ b/sys/uvm/uvm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm.h,v 1.57 2014/10/03 17:41:00 kettenis Exp $ */ +/* $OpenBSD: uvm.h,v 1.58 2015/04/23 09:56:23 dlg Exp $ */ /* $NetBSD: uvm.h,v 1.24 2000/11/27 08:40:02 chs Exp $ */ /* @@ -59,8 +59,6 @@ struct uvm { /* Lock order: pageqlock, then fpageqlock. */ struct mutex fpageqlock; /* lock for free page q + pdaemon */ boolean_t page_init_done; /* TRUE if uvm_page_init() finished */ - boolean_t page_idle_zero; /* TRUE if we should try to zero - pages in the idle loop */ struct uvm_pmr_control pmr_control; /* pmemrange data */ /* page daemon trigger */ |