Subject: CVS commit: src/sys/arch/arm/arm32
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 05/02/2003 19:01:01
Module Name:	src
Committed By:	scw
Date:		Fri May  2 19:01:01 UTC 2003

Modified Files:
	src/sys/arch/arm/arm32: pmap_new.c

Log Message:
Rework pmap_growkernel() to *not* use the regular pmap_alloc_l2_bucket()
for L2 allocation. This avoids potential recursive calls into
uvm_km_kmemalloc() via the pool allocator.

Bug spotted by Allen Briggs while trying to boot on a machine with 512MB
of memory.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/arm/arm32/pmap_new.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.