Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[deliverable/linux.git] / arch / x86 / kernel / cpu / powerflags.c
CommitLineData
7414aa41
PA
1/*
2 * Strings for the various x86 power flags
3 *
4 * This file must not contain any executable code.
5 */
6
7#include <asm/cpufeature.h>
8
9const char *const x86_power_flags[32] = {
10 "ts", /* temperature sensor */
11 "fid", /* frequency id control */
12 "vid", /* voltage id control */
13 "ttp", /* thermal trip */
8ef726cb
TG
14 "tm", /* hardware thermal control */
15 "stc", /* software thermal control */
16 "100mhzsteps", /* 100 MHz multiplier control */
17 "hwpstate", /* hardware P-state control */
7414aa41 18 "", /* tsc invariant mapped to constant_tsc */
969df4b8
JR
19 "cpb", /* core performance boost */
20 "eff_freq_ro", /* Readonly aperf/mperf */
34a4cceb
HR
21 "proc_feedback", /* processor feedback interface */
22 "acc_power", /* accumulated power mechanism */
7414aa41 23};
This page took 0.432895 seconds and 5 git commands to generate.