diff options
Diffstat (limited to 'sys/arch/zaurus/include')
-rw-r--r-- | sys/arch/zaurus/include/vmparam.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/zaurus/include/vmparam.h b/sys/arch/zaurus/include/vmparam.h index 137c992070c..57b4974bdbb 100644 --- a/sys/arch/zaurus/include/vmparam.h +++ b/sys/arch/zaurus/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.5 2011/03/23 16:54:37 pirofti Exp $ */ +/* $OpenBSD: vmparam.h,v 1.6 2011/05/30 22:25:23 oga Exp $ */ /* $NetBSD: vmparam.h,v 1.23 2003/05/22 05:47:07 thorpej Exp $ */ /* @@ -79,8 +79,4 @@ #endif /* _KERNEL */ -#define VM_NFREELIST 1 -#define VM_FREELIST_DEFAULT 0 - - #endif /* _MACHINE_VMPARAM_H_ */ |