dev.ixl.<N>.debug: mark as MPSAFE

This node provides no handler, it's implicitly MPSAFE.

Reviewed by:	erj
Sponsored by:	Mysterious Code Ltd.
Differential Revision:	https://reviews.freebsd.org/D25408
This commit is contained in:
Pawel Biernacki 2020-07-04 14:20:03 +00:00
parent 7fcc9f7ee5
commit bae599753b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362932

View File

@ -2090,7 +2090,7 @@ iavf_add_device_sysctls(struct iavf_sc *sc)
/* Add sysctls meant to print debug information, but don't list them
* in "sysctl -a" output. */
debug_node = SYSCTL_ADD_NODE(ctx, ctx_list,
OID_AUTO, "debug", CTLFLAG_RD | CTLFLAG_SKIP | CTLFLAG_NEEDGIANT,
OID_AUTO, "debug", CTLFLAG_RD | CTLFLAG_SKIP | CTLFLAG_MPSAFE,
NULL, "Debug Sysctls");
debug_list = SYSCTL_CHILDREN(debug_node);