summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorAriane van der Steldt <ariane@cvs.openbsd.org>2011-07-08 17:58:17 +0000
committerAriane van der Steldt <ariane@cvs.openbsd.org>2011-07-08 17:58:17 +0000
commitb1b73dfd29c4961eef02d32de88ef9d54cd286aa (patch)
treea1a237873989d635345ec540ddf7a66c2dc348be /sys/kern
parente22ee296be352786181094a5609db306cc458e73 (diff)
Move hiballoc to hibernate.h, subr_hibernate.c
Next few commits will move other hibernate-specific functionality, like the pig-allocator, to subr_hibernate. No functional change, no callers either.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/subr_hibernate.c (renamed from sys/kern/subr_hiballoc.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_hiballoc.c b/sys/kern/subr_hibernate.c
index c6be48b94a1..51d376b126e 100644
--- a/sys/kern/subr_hiballoc.c
+++ b/sys/kern/subr_hibernate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: subr_hiballoc.c,v 1.5 2011/07/06 20:47:07 miod Exp $ */
+/* $OpenBSD: subr_hibernate.c,v 1.1 2011/07/08 17:58:16 ariane Exp $ */
/*
* Copyright (c) 2011 Ariane van der Steldt <ariane@stack.nl>
@@ -16,7 +16,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/hiballoc.h>
+#include <sys/hibernate.h>
#include <sys/param.h>
#include <sys/tree.h>
#include <sys/types.h>