Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/dev
On Tue Sep 08 2009 at 20:57:59 +0000, Antti Kantee wrote:
> Module Name: src
> Committed By: pooka
> Date: Tue Sep 8 20:57:59 UTC 2009
>
> Modified Files:
> src/sys/dev: rnd.c
>
> Log Message:
> rnd_wakeup_readers() uses rndpool_mtx for its own consistency
> management, so it cannot be called with the mutex held. There is
> no consistency requirement to synchronize over the whole add-and-wakeup
> operation, as if data is consumed in the window the mutex is locked,
I win again. Meant *un*locked. fixed the repo.
Home |
Main Index |
Thread Index |
Old Index