Module Name: src Committed By: riastradh Date: Fri Mar 18 23:34:44 UTC 2022
Modified Files: src/sys/kern: kern_entropy.c Log Message: entropy(9): Create per-CPU state earlier. This will make it possible to use it from interrupts as soon as they start, which means the global entropy pool lock won't have to block interrupts. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/kern/kern_entropy.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.