Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/i386



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.




Home | Main Index | Thread Index | Old Index