diff options
-rw-r--r-- | sys/arch/mips64/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/vmparam.h b/sys/arch/mips64/include/vmparam.h index 38a1d72c423..3e698155915 100644 --- a/sys/arch/mips64/include/vmparam.h +++ b/sys/arch/mips64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.18 2009/11/22 00:07:04 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.19 2009/12/07 19:23:52 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */ /* @@ -95,7 +95,7 @@ #define VM_PHYSSEG_NOADD /* user/kernel map constants */ -#define VM_MIN_ADDRESS ((vaddr_t)0x0000000000001000L) +#define VM_MIN_ADDRESS ((vaddr_t)0x0000000000004000L) #define VM_MAXUSER_ADDRESS ((vaddr_t)0x0000000080000000L) #define VM_MAX_ADDRESS ((vaddr_t)0x0000000080000000L) #ifndef VM_MIN_KERNEL_ADDRESS |