Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/sh3/sh3
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.
Home |
Main Index |
Thread Index |
Old Index