]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since r357804 pcpu zones are required to use zalloc_pcpu(). Prior to this
authorjeff <jeff@FreeBSD.org>
Thu, 13 Feb 2020 21:10:17 +0000 (21:10 +0000)
committerjeff <jeff@FreeBSD.org>
Thu, 13 Feb 2020 21:10:17 +0000 (21:10 +0000)
commitc7790b61b6897bedb63d9ec24d5093b867dd7fd6
treebc3d4c027d3ce9174d2509b93614b88610fefb03
parent06807c5be41b1f82abeaaa36a7bc56b2e809864f
Since r357804 pcpu zones are required to use zalloc_pcpu().  Prior to this
it was only required if you were zeroing.  Switch to these interfaces.

Reviewed by: mjg
sys/kern/subr_smr.c