Commit Graph

7 Commits

Author SHA1 Message Date
thorpej 7e538afd49 Add register prefixes. 1999-11-06 17:42:31 +00:00
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
cgd 57fb77a14e new RCS ID format. 1994-10-26 07:48:18 +00:00
mycroft 87ffceb2c9 Add RCS ids. 1994-05-23 06:32:35 +00:00
mycroft d27eb7ac28 Merge with 4.4-Lite. 1994-05-23 06:29:07 +00:00
cgd 30177b538f add rcsids to everything and clean up headers 1993-05-22 07:56:12 +00:00
cgd 6dedb5151c add hp300 kernel files. generic kernel files might need some help... 1993-05-13 13:56:20 +00:00