From 2ef66f92592a6a7ed6d86eb07fbd9c97094fe097 Mon Sep 17 00:00:00 2001 From: Thomas Moestl Date: Mon, 25 Mar 2002 04:38:48 +0000 Subject: [PATCH] Make this compile (submitted by jake), add a missing include. --- sys/sparc64/sparc64/pv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sparc64/sparc64/pv.c b/sys/sparc64/sparc64/pv.c index 990a76b85b62..7420734e36c9 100644 --- a/sys/sparc64/sparc64/pv.c +++ b/sys/sparc64/sparc64/pv.c @@ -44,6 +44,7 @@ #include #include +#include #include #include #include @@ -77,7 +78,7 @@ pv_alloc(void) pmap_pagedaemon_waken = 1; wakeup(&vm_pages_needed); } - return (uma_zalloc(pvzone), M_WAITOK); + return (uma_zalloc(pvzone, M_WAITOK)); } void *