Subject: CVS commit: syssrc/sys/arch/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/11/2002 14:08:45
Module Name: syssrc
Committed By: scw
Date: Wed Sep 11 11:08:45 UTC 2002
Modified Files:
syssrc/sys/arch/sh5/include: pmap.h
syssrc/sys/arch/sh5/sh5: pmap.c
Log Message:
- Be more consistent about using ptel_t where it matters.
- Add event counters for some key pmap events (similar to mpc6xx pmap).
- Use the cache-friendly, optimised copy/zero page functions.
- Add the necessary cache management code to enable WriteBack caching
of KSEG1 mappings. Seems to work fine so far.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/sh5/include/pmap.h
cvs rdiff -r1.6 -r1.7 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.