Subject: CVS commit: [netbsd-4] src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/30/2007 18:46:47
Module Name:	src
Committed By:	riz
Date:		Wed May 30 18:46:45 UTC 2007

Modified Files:
	src/sys/arch/sh3/sh3 [netbsd-4]: mmu_sh3.c

Log Message:
Pull up following revision(s) (requested by uwe in ticket #680):
	sys/arch/sh3/sh3/mmu_sh3.c: revision 1.12
In sh3_tlb_update we need to ensure we are not interrupted while
meesing with the TLB.  That would usually show up as misterious kernel
crashes under heavy load.
Prettify the code while here so that traversal of the memory mapped
TLB arrays looks congruent in all functions.
Fixes PR 34706


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.18.1 src/sys/arch/sh3/sh3/mmu_sh3.c

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