diff options
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/vmparam.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index 327034c445e..090350eb780 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.14 2001/06/27 06:19:45 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.15 2001/07/18 10:47:04 art Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -126,8 +126,6 @@ #define VM_FREELIST_DEFAULT 0 #define VM_FREELIST_FIRST16 1 -#define PMAP_NEW - #ifdef _KERNEL struct pmap_physseg { struct pv_entry *pvent; |