Commit 969df4b8 authored by Joerg Roedel's avatar Joerg Roedel Committed by Ingo Molnar

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: default avatarJoerg Roedel <joerg.roedel@amd.com>
Link: http://lkml.kernel.org/r/1323875574-17881-1-git-send-email-joerg.roedel@amd.comSigned-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 890890cb
...@@ -16,5 +16,6 @@ const char *const x86_power_flags[32] = { ...@@ -16,5 +16,6 @@ const char *const x86_power_flags[32] = {
"100mhzsteps", "100mhzsteps",
"hwpstate", "hwpstate",
"", /* tsc invariant mapped to constant_tsc */ "", /* tsc invariant mapped to constant_tsc */
/* nothing */ "cpb", /* core performance boost */
"eff_freq_ro", /* Readonly aperf/mperf */
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment