diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:54:39 +0000 |
commit | f12226068d16673eea9adafe99388f1061d3309f (patch) | |
tree | 90cb542d279e793d072ffc6e9f1f1add1f07179e /sys/arch/alpha/include/vmparam.h | |
parent | 470d0389b66fade522060561cc0c6ba36e01e7cb (diff) |
update to netbsd
Diffstat (limited to 'sys/arch/alpha/include/vmparam.h')
-rw-r--r-- | sys/arch/alpha/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/vmparam.h b/sys/arch/alpha/include/vmparam.h index fa2b0360940..930ac5e7e21 100644 --- a/sys/arch/alpha/include/vmparam.h +++ b/sys/arch/alpha/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.1 1995/02/13 23:08:01 cgd Exp $ */ +/* $NetBSD: vmparam.h,v 1.2 1995/11/23 02:36:46 cgd Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -169,7 +169,6 @@ #define VM_PHYS_SIZE (USRIOSIZE*CLBYTES) /* some Alpha-specific constants */ -#define VM_MAX_PHYSADDR ((vm_offset_t)0x0000000080000000) /* max phys addr */ #define VPTBASE ((vm_offset_t)0xfffffffc00000000) /* Virt. pg table */ #ifdef THESE_ARE_WRONG |