summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_pmemrange.h
diff options
context:
space:
mode:
authorAriane van der Steldt <ariane@cvs.openbsd.org>2011-07-08 18:20:11 +0000
committerAriane van der Steldt <ariane@cvs.openbsd.org>2011-07-08 18:20:11 +0000
commit2938779744ddbf102425f64fa0f4d6f7993d1c89 (patch)
treed5ca670d2abda13aa2c98d8163af9c031bcd107c /sys/uvm/uvm_pmemrange.h
parent72b5f9b7e88193891c8c83a52764f23dba3c52fd (diff)
Move uvm_pmr_zero_everything() to subr_hibernate.
This function will probably die before ever being called from the in-tree code, since hibernate will move to RLE encoding. No functional change, function had no callers.
Diffstat (limited to 'sys/uvm/uvm_pmemrange.h')
-rw-r--r--sys/uvm/uvm_pmemrange.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_pmemrange.h b/sys/uvm/uvm_pmemrange.h
index 2bd53868614..697d9637c53 100644
--- a/sys/uvm/uvm_pmemrange.h
+++ b/sys/uvm/uvm_pmemrange.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_pmemrange.h,v 1.9 2011/07/08 18:15:44 ariane Exp $ */
+/* $OpenBSD: uvm_pmemrange.h,v 1.10 2011/07/08 18:20:10 ariane Exp $ */
/*
* Copyright (c) 2009 Ariane van der Steldt <ariane@stack.nl>
@@ -124,7 +124,6 @@ int uvm_pmr_isfree(struct vm_page *pg);
#endif
#ifndef SMALL_KERNEL
-void uvm_pmr_zero_everything(void);
int uvm_pmr_alloc_pig(paddr_t*, psize_t*);
#endif /* SMALL_KERNEL */