artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7257011
)
need pool.h to initialize the dma allocator
author
deraadt
<deraadt@openbsd.org>
Tue, 13 Jul 2010 16:49:16 +0000
(16:49 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 13 Jul 2010 16:49:16 +0000
(16:49 +0000)
sys/uvm/uvm_init.c
patch
|
blob
|
history
diff --git
a/sys/uvm/uvm_init.c
b/sys/uvm/uvm_init.c
index
68ea033
..
b14e5fa
100644
(file)
--- a/
sys/uvm/uvm_init.c
+++ b/
sys/uvm/uvm_init.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: uvm_init.c,v 1.2
6 2010/07/13 16:47:03
deraadt Exp $ */
+/* $OpenBSD: uvm_init.c,v 1.2
7 2010/07/13 16:49:16
deraadt Exp $ */
/* $NetBSD: uvm_init.c,v 1.14 2000/06/27 17:29:23 mrg Exp $ */
/*
@@
-48,6
+48,7
@@
#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/vnode.h>
+#include <sys/pool.h>
#include <uvm/uvm.h>