Module Name: src Committed By: riastradh Date: Mon May 11 21:37:31 UTC 2020
Modified Files: src/sys/kern: subr_percpu.c Log Message: Teach percpu to run constructors on CPU attach. This should make percpu work reliably for things like cprng_strong much earlier -- not just after all CPUs have been detected. This is also necessary (though not on its own sufficient) for CPU hotplug. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/kern/subr_percpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.