Subject: CVS commit: src/sys/arch/sh3/sh3
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 10/08/2006 18:20:42
Module Name: src
Committed By: uwe
Date: Sun Oct 8 18:20:42 UTC 2006
Modified Files:
src/sys/arch/sh3/sh3: exception.c
Log Message:
general_exception() is called with all interrupts masked in SR
(effectively we were running syscalls with interrupts disabled).
splx back to previous interrupt level from tf->tf_ssr.
XXX: tlb_exception() still has that problem.
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/arch/sh3/sh3/exception.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.