diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-12-07 19:23:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-12-07 19:23:53 +0000 |
commit | fbe65e4a77d03bd0dae878ff8db2f3922b3706fc (patch) | |
tree | 11844e4fee66e0e64554b98a66f25b4c067341c4 /sys | |
parent | e250d4823f4f9a5c27f51524034d0663d68a6dea (diff) |
Sync VM_MIN_ADDRESS with __LDPGSZ again.
Diffstat (limited to 'sys')
-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 |