NetBSD/sys/arch/ofppc/ofppc
thorpej eb20bbc780 Change the semantics of splsoftclock() to be like other spl*() functions,
that is priority is rasied.  Add a new spllowersoftclock() to provide the
atomic drop-to-softclock semantics that the old splsoftclock() provided,
and update calls accordingly.

This fixes a problem with using the "rnd" pseudo-device from within
interrupt context to extract random data (e.g. from within the softnet
interrupt) where doing so would incorrectly unblock interrupts (causing
all sorts of lossage).

XXX 4 platforms do not have priority-raising capability: newsmips, sparc,
XXX sparc64, and VAX.  This platforms still have this bug until their
XXX spl*() functions are fixed.
1999-08-05 18:08:08 +00:00
..
autoconf.c Don't pass a nam2blk around at all; just have setroot() and friends reference 1999-06-07 20:16:08 +00:00
clock.c
conf.c Updating of bdev's and cdev's to support RAIDframe. 1998-11-13 04:47:03 +00:00
disksubr.c Make this compile again. 1999-05-04 23:55:27 +00:00
genassym.cf
locore.S remove opt_uvm.h 1999-03-25 00:41:46 +00:00
machdep.c - Call ip6intr if INET6 is defined. 1999-06-28 08:20:40 +00:00
mainbus.c
soft_spl.c Change the semantics of splsoftclock() to be like other spl*() functions, 1999-08-05 18:08:08 +00:00