aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/powerflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/cpu/powerflags.c')
-rw-r--r--arch/x86/kernel/cpu/powerflags.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/powerflags.c b/arch/x86/kernel/cpu/powerflags.c
index 31f0f335ed22..1dd8294fd730 100644
--- a/arch/x86/kernel/cpu/powerflags.c
+++ b/arch/x86/kernel/cpu/powerflags.c
@@ -18,4 +18,6 @@ const char *const x86_power_flags[32] = {
18 "", /* tsc invariant mapped to constant_tsc */ 18 "", /* tsc invariant mapped to constant_tsc */
19 "cpb", /* core performance boost */ 19 "cpb", /* core performance boost */
20 "eff_freq_ro", /* Readonly aperf/mperf */ 20 "eff_freq_ro", /* Readonly aperf/mperf */
21 "proc_feedback", /* processor feedback interface */
22 "acc_power", /* accumulated power mechanism */
21}; 23};