summaryrefslogtreecommitdiffstats
path: root/sys/uvm/uvm_page.c
diff options
context:
space:
mode:
authorariane <ariane@openbsd.org>2009-05-08 13:50:15 +0000
committerariane <ariane@openbsd.org>2009-05-08 13:50:15 +0000
commit685124730d69cdadc8c20559dbee7cc7c97dc7dd (patch)
tree8bf7c494704728bb6b7e7c7ce615985c4265c5b4 /sys/uvm/uvm_page.c
parentSort variables in env_keep. (diff)
downloadwireguard-openbsd-685124730d69cdadc8c20559dbee7cc7c97dc7dd.tar.xz
wireguard-openbsd-685124730d69cdadc8c20559dbee7cc7c97dc7dd.zip
Remove static qualifier of functions that are not inline.
Makes trace in ddb useful. ok oga
Diffstat (limited to 'sys/uvm/uvm_page.c')
-rw-r--r--sys/uvm/uvm_page.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/uvm/uvm_page.c b/sys/uvm/uvm_page.c
index 961dc193cb1..ea5bbf37d00 100644
--- a/sys/uvm/uvm_page.c
+++ b/sys/uvm/uvm_page.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_page.c,v 1.78 2009/05/04 18:08:06 oga Exp $ */
+/* $OpenBSD: uvm_page.c,v 1.79 2009/05/08 13:50:15 ariane Exp $ */
/* $NetBSD: uvm_page.c,v 1.44 2000/11/27 08:40:04 chs Exp $ */
/*
@@ -483,9 +483,9 @@ uvm_pageboot_alloc(vsize_t size)
*/
/* subroutine: try to allocate from memory chunks on the specified freelist */
-static boolean_t uvm_page_physget_freelist(paddr_t *, int);
+boolean_t uvm_page_physget_freelist(paddr_t *, int);
-static boolean_t
+boolean_t
uvm_page_physget_freelist(paddr_t *paddrp, int freelist)
{
int lcv, x;