summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/zaurus/include/vmparam.h5
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_ */