SRCU: add a static initializer and let cpufreq use it
From: Sebastian Andrzej Siewior
Date: Fri May 25 2018 - 08:00:28 EST
cpufreq would benefit from a static initializer which avoids an initcall
and bug fixing in case the warning (notifier used before initialized)
has been triggered.
Sebastian