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 Garbage-collect VM_MBUF_SIZE leftover.
details: https://anonhg.NetBSD.org/src/rev/23ab73ba7d36
branches: trunk
changeset: 472568:23ab73ba7d36
user: kleink <kleink%NetBSD.org@localhost>
date: Sun May 02 18:12:32 1999 +0000
description:
Garbage-collect VM_MBUF_SIZE leftover.
diffstat:
sys/arch/powerpc/include/vmparam.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2b01baa9e381 -r 23ab73ba7d36 sys/arch/powerpc/include/vmparam.h
--- a/sys/arch/powerpc/include/vmparam.h Sun May 02 17:28:43 1999 +0000
+++ b/sys/arch/powerpc/include/vmparam.h Sun May 02 18:12:32 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.9 1999/03/23 00:32:00 thorpej Exp $ */
+/* $NetBSD: vmparam.h,v 1.10 1999/05/02 18:12:32 kleink Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -91,7 +91,6 @@
((vaddr_t)(KERNEL_SR << ADDR_SR_SHFT + SEGMENT_LENGTH - 1))
#define VM_KMEM_SIZE (NKMEMCLUSTERS * CLBYTES)
-#define VM_MBUF_SIZE (NMBCLUSTERS * MCLBYTES)
#define VM_PHYS_SIZE (USRIOSIZE * CLBYTES)
struct pmap_physseg {
Home |
Main Index |
Thread Index |
Old Index