]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
epoch(9): Don't trigger taskq enqueue before the grouptaskqs are setup
authormmacy <mmacy@FreeBSD.org>
Sat, 23 Jun 2018 07:14:08 +0000 (07:14 +0000)
committermmacy <mmacy@FreeBSD.org>
Sat, 23 Jun 2018 07:14:08 +0000 (07:14 +0000)
commit6fdf166b3c66069d39b7e26c08baa9c88091ae7c
tree63e34798512b07c04c1e31ecb6f2bf4193df88d3
parent0157c8d39f2dc9a04a4c1a1a07e69059b82e4c62
epoch(9): Don't trigger taskq enqueue before the grouptaskqs are setup

If EARLY_AP_STARTUP is not defined it is possible for an epoch to be
allocated prior to it being possible to call epoch_call without
issue.

Based on patch by andrew@

PR: 229014
Reported by: andrew
sys/kern/subr_epoch.c