mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 05:34:00 +08:00
4cca045768
The switch that conditionally sets CPUPOWER_CAP_HAS_TURBO_RATIO and
CPUPOWER_CAP_IS_SNB flags is missing a break, so all cores get both
flags set and an assumed base clock of 100 MHz for turbo values.
Reported-by: GSR <gsr.bugs@infernal-iceberg.com>
Tested-by: GSR <gsr.bugs@infernal-iceberg.com>
References: https://bugs.debian.org/859978
Fixes:
|
||
---|---|---|
.. | ||
amd.c | ||
bitmask.c | ||
bitmask.h | ||
cpuid.c | ||
helpers.h | ||
misc.c | ||
msr.c | ||
pci.c | ||
sysfs.c | ||
sysfs.h | ||
topology.c |