Re: [PATCH 3/3] x86/Intel: also display CPU freq for family 0xf

2022-02-11 Thread Roger Pau Monné
On Thu, Feb 10, 2022 at 03:56:48PM +0100, Jan Beulich wrote: > Actually we can do better than simply bailing for there not being any > PLATFORM_INFO MSR on these. The "max" part of the information is > available in another MSR, alongside the scaling factor (which is > encoded in similar ways to Cor

[PATCH 3/3] x86/Intel: also display CPU freq for family 0xf

2022-02-10 Thread Jan Beulich
Actually we can do better than simply bailing for there not being any PLATFORM_INFO MSR on these. The "max" part of the information is available in another MSR, alongside the scaling factor (which is encoded in similar ways to Core/Core2, and hence the decoding table can be shared). Signed-off-by: