Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86: Report cpb and eff_freq_ro flags correctly

Add the flags to get rid of the [9] and [10] feature names
in cpuinfo's 'power management' fields and replace them with
meaningful names.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Link: http://lkml.kernel.org/r/1323875574-17881-1-git-send-email-joerg.roedel@amd.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>

authored by

Joerg Roedel and committed by
Ingo Molnar
969df4b8 890890cb

+2 -1
+2 -1
arch/x86/kernel/cpu/powerflags.c
··· 16 16 "100mhzsteps", 17 17 "hwpstate", 18 18 "", /* tsc invariant mapped to constant_tsc */ 19 - /* nothing */ 19 + "cpb", /* core performance boost */ 20 + "eff_freq_ro", /* Readonly aperf/mperf */ 20 21 };