Subject: PR/34706 CVS commit: src/sys/arch/sh3/sh3
To: None <uwe@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: netbsd-bugs
Date: 05/27/2007 12:25:02
The following reply was made to PR port-sh3/34706; it has been noted by GNATS.
From: "Valeriy E. Ushakov" <uwe@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/34706 CVS commit: src/sys/arch/sh3/sh3
Date: Sun, 27 May 2007 12:21:25 +0000 (UTC)
Module Name: src
Committed By: uwe
Date: Sun May 27 12:21:25 UTC 2007
Modified Files:
src/sys/arch/sh3/sh3: mmu_sh3.c
Log Message:
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.12 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.