Module Name: src Committed By: riastradh Date: Mon May 11 17:27:48 UTC 2020
Modified Files: src/sys/kern: subr_cprng.c Log Message: Work around early calls to cprng_strong. The bottleneck here is getting percpu_create to work early enough. We should really fix that, but for now, this workaround will serve. Should fix PR port-arm32/55252. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/kern/subr_cprng.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.