diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-22 15:47:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-22 15:47:58 +0000 |
commit | 58e006e83a951028c01a318d50a1b5f1917de3e8 (patch) | |
tree | 1504c1b45b5b18e48dcd6647596d81efb378dfdb /sys/arch | |
parent | 5aaf8793f4103b4069f9de6f81cf686c78d4f1b1 (diff) |
move VM_NFREELIST out of ifdef kernel for now
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/include/vmparam.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/zaurus/include/vmparam.h b/sys/arch/zaurus/include/vmparam.h index 6597d735fb6..e684f9d94e5 100644 --- a/sys/arch/zaurus/include/vmparam.h +++ b/sys/arch/zaurus/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.2 2006/05/20 22:35:33 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.3 2006/05/22 15:47:57 deraadt Exp $ */ /* $NetBSD: vmparam.h,v 1.23 2003/05/22 05:47:07 thorpej Exp $ */ /* @@ -84,9 +84,10 @@ #define VM_PHYSSEG_NOADD +#endif /* _KERNEL */ + #define VM_NFREELIST 1 #define VM_FREELIST_DEFAULT 0 -#endif /* _KERNEL */ #endif /* _ARM32_VMPARAM_H_ */ |