Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/cats/include Back out last change, following jason'...
details: https://anonhg.NetBSD.org/src/rev/273555422798
branches: trunk
changeset: 533153:273555422798
user: chris <chris%NetBSD.org@localhost>
date: Sat Jun 22 20:39:18 2002 +0000
description:
Back out last change, following jason's advice, it's lsof that's actually
broken not the headers.
diffstat:
sys/arch/cats/include/vmparam.h | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diffs (37 lines):
diff -r fc6e64e6d854 -r 273555422798 sys/arch/cats/include/vmparam.h
--- a/sys/arch/cats/include/vmparam.h Sat Jun 22 20:16:31 2002 +0000
+++ b/sys/arch/cats/include/vmparam.h Sat Jun 22 20:39:18 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.13 2002/06/22 10:15:30 chris Exp $ */
+/* $NetBSD: vmparam.h,v 1.14 2002/06/22 20:39:18 chris Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -36,6 +36,8 @@
#ifndef _ARM32_VMPARAM_H_
#define _ARM32_VMPARAM_H_
+#ifdef _KERNEL
+
#include <arm/arm32/vmparam.h>
/*
@@ -73,6 +75,11 @@
#define KERNEL_VM_SIZE 0x0C000000
/*
+ * Override the default pager_map size, there's not enough KVA.
+ */
+#define PAGER_MAP_SIZE (4 * 1024 * 1024)
+
+/*
* Size of User Raw I/O map
*/
@@ -120,4 +127,6 @@
#define VM_FREELIST_DEFAULT 0
#define VM_FREELIST_ISADMA 1
+#endif /* _KERNEL */
+
#endif /* _ARM32_VMPARAM_H_ */
Home |
Main Index |
Thread Index |
Old Index