Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/ofppc/ofppc
Module Name: syssrc
Committed By: thorpej
Date: Sat Oct 6 03:51:49 UTC 2001
Modified Files:
syssrc/sys/arch/ofppc/ofppc: soft_spl.c
Log Message:
soft_splvm() - "block" SPLBIO, SPLNET, and SPLTTY in addition to SPLIMP
and the soft interrupts. Probably doesn't matter for an all OFW kernel,
since all devices are polling, but done for correctness.
soft_splsoftnet() - make sure to block softclock, as well. While
you're in the network code at splsoftnet(), you don't want a soft
clock interrupt tripping some network-related timeout and reentering
the network code.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/ofppc/ofppc/soft_spl.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