diff options
author | 2006-05-22 15:47:57 +0000 | |
---|---|---|
committer | 2006-05-22 15:47:57 +0000 | |
commit | 55f24f65ea850148a40becded43f84088cfac096 (patch) | |
tree | f2a5403a20feeb696ef8b15eee44aec4ab73fc34 | |
parent | Don't call shutdownhook_disestablish() unless there is a shutdownhook (diff) | |
download | wireguard-openbsd-55f24f65ea850148a40becded43f84088cfac096.tar.xz wireguard-openbsd-55f24f65ea850148a40becded43f84088cfac096.zip |
move VM_NFREELIST out of ifdef kernel for now
-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_ */ |