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

Modified Files:
	syssrc/sys/arch/i386/i386: locore.S spl.S
	syssrc/sys/arch/i386/include: intr.h intrdefs.h

Log Message:
Since a CPU may spin waiting for another CPU to handle an IPI, an
IPI must be the very first thing to be handled in splx(), if it
had been blocked before. Change things around a bit to guarantee
this.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/i386/i386/locore.S
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/i386/i386/spl.S
cvs rdiff -r1.34 -r1.35 syssrc/sys/arch/i386/include/intr.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/i386/include/intrdefs.h

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