On 4/26/23 16:13, Mark Johnston wrote:
- mtx_init(&cc->cc_lock, "callout", NULL, MTX_SPIN); + mtx_init(&cc->cc_lock, "callout", NULL, MTX_SPIN | MTX_NEW);
Is the MTX_NEW needed? Shouldn't the DCPU memory be zeroed by default? --HPS
On 4/26/23 16:13, Mark Johnston wrote:
- mtx_init(&cc->cc_lock, "callout", NULL, MTX_SPIN); + mtx_init(&cc->cc_lock, "callout", NULL, MTX_SPIN | MTX_NEW);
Is the MTX_NEW needed? Shouldn't the DCPU memory be zeroed by default? --HPS