Subject: PR/34706 CVS commit: [netbsd-4] src/sys/arch/sh3/sh3
To: None <uwe@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 05/30/2007 18:50:02
The following reply was made to PR port-sh3/34706; it has been noted by GNATS.
From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34706 CVS commit: [netbsd-4] src/sys/arch/sh3/sh3
Date: Wed, 30 May 2007 18:46:47 +0000 (UTC)
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.