Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/25/1999 16:15:06
Module Name:	src
Committed By:	thorpej
Date:		Fri Mar 26 00:15:05 UTC 1999

Modified Files:
	src/sys/arch/alpha/alpha: machdep.c pmap.c
	src/sys/arch/alpha/include: vmparam.h
	src/sys/arch/mips/include: vmparam.h
	src/sys/arch/mips/mips: pmap.c
	src/sys/arch/newsmips/newsmips: machdep.c
	src/sys/arch/pmax/pmax: machdep.c
Log Message:
Don't bother allocating mb_map on these systems.  Mbuf clusters are
allocated from a pool, and the MIPS and Alpha use KSEG to map pool
pages.  So, mb_map wasn't actually being used.  Saves around 4MB of
kernel virtual address space in a typical configuration.

Garbage-collect the related VM_MBUF_SIZE constant.