From ebe050dbe2be46ebb4a102f2d219d7e40979e9b1 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 12 May 2009 09:23:27 +0000 Subject: [PATCH] large page size constant. --- include/sys/vm_i386.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/sys/vm_i386.h b/include/sys/vm_i386.h index 8319511b2..f006db511 100644 --- a/include/sys/vm_i386.h +++ b/include/sys/vm_i386.h @@ -2,7 +2,8 @@ sys/vm_i386.h */ -#define I386_PAGE_SIZE 4096 +#define I386_PAGE_SIZE 4096 +#define I386_BIG_PAGE_SIZE (I386_PAGE_SIZE*I386_VM_PT_ENTRIES) /* i386 paging constants */ #define I386_VM_PRESENT 0x001 /* Page is present */ -- 2.44.0