artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aeef08f
)
vm_page_zero_enable was removed in 2015
author
jsg
<jsg@openbsd.org>
Sun, 12 May 2024 09:41:09 +0000
(09:41 +0000)
committer
jsg
<jsg@openbsd.org>
Sun, 12 May 2024 09:41:09 +0000
(09:41 +0000)
sys/uvm/uvm_page.h
patch
|
blob
|
history
diff --git
a/sys/uvm/uvm_page.h
b/sys/uvm/uvm_page.h
index
b70ec7d
..
32ee877
100644
(file)
--- a/
sys/uvm/uvm_page.h
+++ b/
sys/uvm/uvm_page.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: uvm_page.h,v 1.
69 2022/08/01 14:15:46 mpi
Exp $ */
+/* $OpenBSD: uvm_page.h,v 1.
70 2024/05/12 09:41:09 jsg
Exp $ */
/* $NetBSD: uvm_page.h,v 1.19 2000/12/28 08:24:55 chs Exp $ */
/*
@@
-198,12
+198,6
@@
struct vm_physseg {
#ifdef _KERNEL
-/*
- * globals
- */
-
-extern boolean_t vm_page_zero_enable;
-
/*
* physical memory config is stored in vm_physmem.
*/