Since CTLFLAG_NOFETCH flag doesn't allow to fetch the value from
the configuration file there is no sense for either the flag or
variable. Therefore remove NOFETCH flag.
Details
Details
- Reviewers
mmel mw_semihalf.com
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 9934
Event Timeline
Comment Actions
Oups, my bad, sorry.
We cannot use standard way for tunable sysctl initialization here. SYSINIT machinery is executed far after cpuinfo_init() so boot CPU doesn't get right quirks.
Anyway, I submitted fix for this in r320054.
So again, sorry for troubles...
Comment Actions
I checked, and indeed r320054 fixes problems with obtaing the variables, so this patch is no longer needed.