Subject: CVS commit: src/sys/arch/sun68k/include
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 01/23/2007 16:03:43
Module Name:	src
Committed By:	tsutsui
Date:		Tue Jan 23 16:03:43 UTC 2007

Modified Files:
	src/sys/arch/sun68k/include: intr.h

Log Message:
Two fixes to avoid lost softintr (probably caused by some race condition):
- make sh_pending in struct softintr_handler volatile
- activate softintr unconditionally in softintr_schedule()


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/sun68k/include/intr.h

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