Subject: CVS commit: syssrc/sys/arch/sh3/sh3
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 11/04/2002 03:31:44
Module Name:	syssrc
Committed By:	itohy
Date:		Mon Nov  4 01:31:44 UTC 2002

Modified Files:
	syssrc/sys/arch/sh3/sh3: mmu_sh4.c

Log Message:
Initialize UTLB/ITLB data array 1 to zero.
If the VPN / PPN are not aligned to page boundary (the page size
is set by SZ bits in data array 1, which are random when power-up time),
unexpected exception occurs in some rare case, it seems....
Initialize SZ to zero (1KB page).  Also, clear VPN / PPN to zero just in case.

Make __sh4_itlb_invalidate_all() static.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/sh3/sh3/mmu_sh4.c

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