NetBSD/sys/arch/m68k
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
..
060sp Update. 1999-02-22 22:07:37 +00:00
conf Normalize include paths. 1999-07-09 02:32:28 +00:00
fpe PR 7220 from Ken Nakata: 1999-05-30 20:17:48 +00:00
fpsp Activate cleandir (and distclean), as suggested in PR 6244 by 1998-10-14 20:45:43 +00:00
include Change the semantics of splsoftclock() to be like other spl*() functions, 1999-08-05 18:08:08 +00:00
m68k Use of pointer to register variables. 1999-08-05 14:57:38 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00
Makefile.inc (mostly) fix kernel tags support. from Frederick Bruckman in pr-6445. 1998-11-15 20:36:30 +00:00