Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include/mpc6xx Bump VM kernel buffer space ...
details: https://anonhg.NetBSD.org/src/rev/a313239c207d
branches: trunk
changeset: 533833:a313239c207d
user: matt <matt%NetBSD.org@localhost>
date: Wed Jul 10 05:25:12 2002 +0000
description:
Bump VM kernel buffer space from 128MB to 192MB now that we have 512MB of
KVA space.
diffstat:
sys/arch/powerpc/include/mpc6xx/vmparam.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f7104ba95a30 -r a313239c207d sys/arch/powerpc/include/mpc6xx/vmparam.h
--- a/sys/arch/powerpc/include/mpc6xx/vmparam.h Wed Jul 10 05:05:01 2002 +0000
+++ b/sys/arch/powerpc/include/mpc6xx/vmparam.h Wed Jul 10 05:25:12 2002 +0000
@@ -174,7 +174,7 @@
#endif
#ifndef VM_MAX_KERNEL_BUF
-#define VM_MAX_KERNEL_BUF (SEGMENT_LENGTH / 2)
+#define VM_MAX_KERNEL_BUF (SEGMENT_LENGTH * 3 / 4)
#endif
#define VM_NFREELIST 16 /* 16 distinct memory segments */
Home |
Main Index |
Thread Index |
Old Index