hwpmc: Remove CTLFLAG_NEEDGIANT from sysctl.
MFC after: 2 weeks
This commit is contained in:
parent
c214c2c004
commit
1886cef69b
@ -314,7 +314,7 @@ char pmc_debugstr[PMC_DEBUG_STRSIZE];
|
||||
TUNABLE_STR(PMC_SYSCTL_NAME_PREFIX "debugflags", pmc_debugstr,
|
||||
sizeof(pmc_debugstr));
|
||||
SYSCTL_PROC(_kern_hwpmc, OID_AUTO, debugflags,
|
||||
CTLTYPE_STRING | CTLFLAG_RWTUN | CTLFLAG_NOFETCH | CTLFLAG_NEEDGIANT,
|
||||
CTLTYPE_STRING | CTLFLAG_RWTUN | CTLFLAG_NOFETCH | CTLFLAG_MPSAFE,
|
||||
0, 0, pmc_debugflags_sysctl_handler, "A",
|
||||
"debug flags");
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user