summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2012-07-08 18:22:05 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2012-07-08 18:22:05 +0000
commit459006cb41d01c3fc25af5de01b9d54554125bae (patch)
tree013b462045b63722abbfbfce43f6850634ce38ea /sys/arch/i386
parent2731cffc4e7fc4b7c82f6236cbe1d06e526e1c66 (diff)
Move the hibernate utility pages up to account for the MP tramp page.
ok deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/include/hibernate_var.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/include/hibernate_var.h b/sys/arch/i386/include/hibernate_var.h
index e7e18e86899..ebdb5586511 100644
--- a/sys/arch/i386/include/hibernate_var.h
+++ b/sys/arch/i386/include/hibernate_var.h
@@ -24,10 +24,10 @@
#define HIBERNATE_PD_PAGE (PAGE_SIZE * 5)
#define HIBERNATE_PT_PAGE (PAGE_SIZE * 6)
-#define HIBERNATE_STACK_PAGE (PAGE_SIZE * 7)
-#define HIBERNATE_INFLATE_PAGE (PAGE_SIZE * 8)
-#define HIBERNATE_COPY_PAGE (PAGE_SIZE * 9)
-#define HIBERNATE_HIBALLOC_PAGE (PAGE_SIZE * 10)
+#define HIBERNATE_STACK_PAGE (PAGE_SIZE * 8)
+#define HIBERNATE_INFLATE_PAGE (PAGE_SIZE * 9)
+#define HIBERNATE_COPY_PAGE (PAGE_SIZE * 10)
+#define HIBERNATE_HIBALLOC_PAGE (PAGE_SIZE * 11)
/* Use 4MB hibernation chunks */
#define HIBERNATE_CHUNK_SIZE 0x400000