Subject: CVS commit: syssrc/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 08/30/2002 16:54:17
Module Name:	syssrc
Committed By:	scw
Date:		Fri Aug 30 13:54:17 UTC 2002

Modified Files:
	syssrc/sys/arch/sh5/sh5: stb1_locore.S

Log Message:
Make sure to sign-extend PTEH/PTEL values before writing to the TLBs.
Make sure to zero-extend PTEH/PTEL values before comparing with TLB entries.
Don't use the two LSBs of CTC when choosing a "random" TLB entry to replace;
seems like these bits are always zero on this CPU.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/sh5/sh5/stb1_locore.S

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