Subject: CVS commit: syssrc/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 11/27/2002 02:43:13
Module Name:	syssrc
Committed By:	fvdl
Date:		Wed Nov 27 00:43:12 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/i386: intr.c

Log Message:
Only take the kernel lock if we interrupted while < IPL_SCHED. Handlers
at higher levels must therefore provide their own locking. Currently
this is only serial interrupts (com), which has COM_MPLOCK for this
purpose.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/i386/i386/intr.c

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