Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Mark Brinicombe <mark@netbsd.org>
List: source-changes
Date: 08/27/1998 19:58:42
Module Name:	src
Committed By:	mark
Date:		Fri Aug 28 02:58:42 UTC 1998

Modified Files:
	src/sys/arch/arm32/riscpc: rpc_machdep.c
	src/sys/arch/arm32/rc7500: rc7500_machdep.c
Log Message:
More reworking in initarm().
Further cleanup and simply the allocation and mapping of the kernel
pagetables and static data pages.
Removed the page directory page table as it is no longer necessary.
Changed the allocation of the proc0 L1 page table and L2 page table
that maps the page tables to map these pages into kernel virtual
address space.
Updated for pv_addr_t argument changes to pmap_bootstrap().