Subject: CVS commit: syssrc/sys/arch/ofppc/ofppc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/06/2001 06:51:49
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.