Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
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.
Home |
Main Index |
Thread Index |
Old Index