Skip to content
Power management fixes for v4.8-rc6

 - If the PM QoS framework invokes cancel_delayed_work_sync() during
   early boot, it will enable interrupts which is not expected at
   that point, so prevent it from happening (Tejun Heo).

 - Fix cpufreq statistic documentation to follow a recent change in
   behavior that forgot to update it as appropriate (Jean Delvare).