diff options
author | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-08 18:22:05 +0000 |
---|---|---|
committer | Mike Larkin <mlarkin@cvs.openbsd.org> | 2012-07-08 18:22:05 +0000 |
commit | 459006cb41d01c3fc25af5de01b9d54554125bae (patch) | |
tree | 013b462045b63722abbfbfce43f6850634ce38ea /sys/arch/i386 | |
parent | 2731cffc4e7fc4b7c82f6236cbe1d06e526e1c66 (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.h | 8 |
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 |