Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Mark Brinicombe <mark@netbsd.org>
List: source-changes
Date: 08/30/1998 16:17:45
Module Name:	src
Committed By:	mark
Date:		Sun Aug 30 23:17:45 UTC 1998

Modified Files:
	src/sys/arch/arm32/arm32: machdep.c
Log Message:
Added a new function map_chunk() used during init_arm() when setting up
the kernel page tables. map_chunk() replaces running a loop, calling
map_entry() and in addition where possible it will use L1 section mappings
or L2 large page mappings instead of L2 small page mappings in order to
reduce the TLB entried needed for the kernel.