summaryrefslogtreecommitdiff
path: root/test/test_vm_page_fill.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vm_page_fill.c')
-rw-r--r--test/test_vm_page_fill.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_vm_page_fill.c b/test/test_vm_page_fill.c
index 0b4278b..2f6e644 100644
--- a/test/test_vm_page_fill.c
+++ b/test/test_vm_page_fill.c
@@ -28,6 +28,7 @@
#include <kern/cpumap.h>
#include <kern/error.h>
+#include <kern/init.h>
#include <kern/list.h>
#include <kern/thread.h>
#include <machine/page.h>
@@ -134,7 +135,7 @@ test_run(void *arg)
}
}
-void
+void __init
test_setup(void)
{
struct thread_attr attr;