Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/x86/x86
Module Name: src
Committed By: fvdl
Date: Thu Jan 13 00:08:22 UTC 2005
Modified Files:
src/sys/arch/x86/x86: ipi.c lapic.c
Log Message:
* Wrap IPI sending in splclock(), since an interrupt at IPL_CLOCK or lower
may cause IPIs.
* Make broadcast IPIs go through x86_ipi() as well, so that they wait for
the APIC to be ready too.
>From Stephan Uphoff.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86/x86/ipi.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/x86/x86/lapic.c
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