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

Modified Files:
	src/sys/arch/x86/x86: ioapic.c

Log Message:
Merge from jmcneill-pm: Close a small race in the IOAPIC setup.
When changing the redirection entry for an interrupt, write the
high 32bit first. The low 32bit contain the mask bit and removing
that before setting the destionation ID can lead to lost interrupts.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/sys/arch/x86/x86/ioapic.c

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