Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/thorpej_scsipi]: src/sys/arch/hpcsh/include move VM_PHYSSEG_MAX, VM_NFRE...
details: https://anonhg.NetBSD.org/src/rev/7121522b354b
branches: thorpej_scsipi
changeset: 477387:7121522b354b
user: uch <uch%NetBSD.org@localhost>
date: Wed Feb 07 14:53:11 2001 +0000
description:
move VM_PHYSSEG_MAX, VM_NFREELIST, VM_FREELIST_DEFAULT defines to
machine/vmparam.h
diffstat:
sys/arch/hpcsh/include/vmparam.h | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r 5dc117dc82d7 -r 7121522b354b sys/arch/hpcsh/include/vmparam.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hpcsh/include/vmparam.h Wed Feb 07 14:53:11 2001 +0000
@@ -0,0 +1,12 @@
+/* $NetBSD: vmparam.h,v 1.3.2.2 2001/02/07 14:53:11 uch Exp $ */
+#ifndef _HPCSH_VMPARAM_H_
+#define _HPCSH_VMPARAM_H_
+
+#include <sh3/vmparam.h>
+
+#define VM_PHYSSEG_MAX 3
+
+#define VM_NFREELIST 1
+#define VM_FREELIST_DEFAULT 0
+
+#endif /* _HPCSH_VMPARAM_H_ */
Home |
Main Index |
Thread Index |
Old Index