Subject: CVS commit: syssrc/sys/arch/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/04/2002 12:17:59
Module Name: syssrc
Committed By: scw
Date: Fri Oct 4 09:17:58 UTC 2002
Modified Files:
syssrc/sys/arch/sh5/include: pmap.h
syssrc/sys/arch/sh5/sh5: pmap.c
Log Message:
Minor pmap rototil:
- Track unmanaged mappings of RAM more closely by allocating a pvo
for them. This allows us to check more accurately for multiple
cache-mode-incompatible mappings.
- As part of the above, implement pmap_steal_memory(). This has the
beneficial side-effect of moving a fair chunk of kernel data
structures into KSEG0.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/sh5/include/pmap.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/sh5/sh5/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.