]> asedeno.scripts.mit.edu Git - linux.git/commit
cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologies
authorErwan Velu <erwanaliasr1@gmail.com>
Wed, 20 Feb 2019 10:10:17 +0000 (11:10 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 20 Feb 2019 12:16:06 +0000 (13:16 +0100)
commit1222d527f314c86a3b59a522115d62facc5a7965
treecdc5e51c349f65198f21a7a54fb1a1628772bf02
parent167a38dcd5caaa85994ac8b7d2d1c20a71cd947b
cpufreq: acpi-cpufreq: Report if CPU doesn't support boost technologies

There is some rare cases where CPB (and possibly IDA) are missing on
processors.

This is the case fixed by commit f7f3dc00f612 ("x86/cpu/AMD: Fix
erratum 1076 (CPB bit)") and following.

In such context, the boost status isn't reported by
/sys/devices/system/cpu/cpufreq/boost.

This commit is about printing a message to report that the CPU
doesn't expose the boost capabilities.

This message could help debugging platforms hit by this phenomena.

Signed-off-by: Erwan Velu <e.velu@criteo.com>
[ rjw: Change the message text somewhat ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/acpi-cpufreq.c