Subject: CVS commit: src/sys/arch/xen/i386
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 06/26/2007 19:41:11
Module Name:	src
Committed By:	bouyer
Date:		Tue Jun 26 19:41:11 UTC 2007

Modified Files:
	src/sys/arch/xen/i386: xen_intr.c

Log Message:
Remove the __asm("lock") again from softintr(), as ci_ipending is local
to the CPU. Thanks to YAMAMOTO Takashi and Andrew Doran for their comments
on this.


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

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