Re: [PATCH] x86/cpu: add some advanced power management bits

2016-03-25 Thread Borislav Petkov
On Fri, Mar 25, 2016 at 10:08:40AM +0800, Huang Rui wrote: > Bit 11 of CPUID 8000_0007 edx is processor feedback interface. > Bit 12 of CPUID 8000_0007 edx is accumulated power. > > So this patch fixes the output of cpuinfo, and add some new names to > make it more meaningful. > > Reported-by: Bo

[PATCH] x86/cpu: add some advanced power management bits

2016-03-24 Thread Huang Rui
Bit 11 of CPUID 8000_0007 edx is processor feedback interface. Bit 12 of CPUID 8000_0007 edx is accumulated power. So this patch fixes the output of cpuinfo, and add some new names to make it more meaningful. Reported-by: Borislav Petkov Signed-off-by: Huang Rui --- arch/x86/kernel/cpu/powerfl