Subject: CVS commit: [jmcneill-pm] src/sys/arch/x86/x86
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 10/06/2007 02:42:33
Module Name:	src
Committed By:	joerg
Date:		Sat Oct  6 02:42:33 UTC 2007

Modified Files:
	src/sys/arch/x86/x86 [jmcneill-pm]: intr.c

Log Message:
Getting interrupts early is better then interrupts stuck in the IOAPIC
in pending case. Always mask/unmask interrupts before touching the
IOAPIC, the worst case of unmask is still better then before as it just
means we end up with a pending flag set due to the early splhigh.


To generate a diff of this commit:
cvs rdiff -r1.29.8.1 -r1.29.8.2 src/sys/arch/x86/x86/intr.c

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