diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-09 22:21:42 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 2004-09-09 22:21:42 +0000 |
commit | 6c3ce8600ec35afdbb168a95bc787f1a247392a0 (patch) | |
tree | 8bbdd687c55e26c2328a5c3c96089c62e77b27ab /sys/arch/mips64/include/vmparam.h | |
parent | 3e2fc1bb21e67310e10ff7c7ea903a52d1d146c5 (diff) |
these should have gone in with the other 64 bit changes
Diffstat (limited to 'sys/arch/mips64/include/vmparam.h')
-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 613ea017150..7484d6832dd 100644 --- a/sys/arch/mips64/include/vmparam.h +++ b/sys/arch/mips64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.3 2004/09/09 10:25:50 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.4 2004/09/09 22:21:41 pefo Exp $ */ /* $NetBSD: vmparam.h,v 1.5 1994/10/26 21:10:10 cgd Exp $ */ /* @@ -107,7 +107,7 @@ /* user/kernel map constants */ -#if (_MIPS_SZPTR == 64) +#ifdef __LP64__ #define VM_MIN_ADDRESS ((vaddr_t)0x0000000000000000L) #define VM_MAXUSER_ADDRESS ((vaddr_t)0x0000000080000000L) #define VM_MAX_ADDRESS ((vaddr_t)0x0000000080000000L) |