Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/sh3/sh3



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.




Home | Main Index | Thread Index | Old Index