mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
3482124a6a
The Intel 64 and IA-32 Architectures Software Developer's Manual says
that TjMax is stored in bits 23:16 of MSR_TEMPERATURE TARGET (0x1a2).
That's 8 bits, not 7, so it must be masked with 0xFF rather than 0x7F.
The manual has no mention of which values should be considered valid,
which kind of implies that they all are. Arbitrarily discarding values
outside a specific range is wrong. The upper range check had to be
fixed recently (commit
|
||
---|---|---|
.. | ||
turbostat | ||
x86_energy_perf_policy |