]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (11 of many)
authorkaktus <kaktus@FreeBSD.org>
Mon, 24 Feb 2020 10:41:22 +0000 (10:41 +0000)
committerkaktus <kaktus@FreeBSD.org>
Mon, 24 Feb 2020 10:41:22 +0000 (10:41 +0000)
commit0fd33b68cb5cacf8f19ff91bd04e8bbbacca6a76
tree838cb6cbadabf47765d055b9463500f2b52bcc84
parentb24845d0f3b1debb662e3ed28fbf7d8d3a519a6c
Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (11 of many)

r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.

This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.

Approved by: kib (mentor, blanket)
Differential Revision: https://reviews.freebsd.org/D23636
sys/dev/ofw/ofw_fdt.c