diff options
author | jake <jake@FreeBSD.org> | 2000-11-19 06:02:32 +0000 |
---|---|---|
committer | jake <jake@FreeBSD.org> | 2000-11-19 06:02:32 +0000 |
commit | f265931038bd5d4784d95756bac9482fea5c237a (patch) | |
tree | 011a8ccbfdc24eb4d3ad466439c9241fc3bd25f7 /lib/libc | |
parent | 9c6b4db333692ded21cd0e118ef680cefb97d0d4 (diff) | |
download | FreeBSD-src-f265931038bd5d4784d95756bac9482fea5c237a.zip FreeBSD-src-f265931038bd5d4784d95756bac9482fea5c237a.tar.gz |
- Protect the callout wheel with a separate spin mutex, callout_lock.
- Use the mutex in hardclock to ensure no races between it and
softclock.
- Make softclock be INTR_MPSAFE and provide a flag,
CALLOUT_MPSAFE, which specifies that a callout handler does not
need giant. There is still no way to set this flag when
regstering a callout.
Reviewed by: -smp@, jlemon
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions