projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e9041c
)
update AMD powerflags comments
author
Thorsten Glaser
<t.glaser@tarent.de>
Tue, 23 Apr 2013 14:19:55 +0000
(14:19 +0000)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 28 May 2013 10:02:10 +0000
(12:02 +0200)
from http://www.flounder.com/cpuid80000007amd.gif
and http://support.amd.com/us/Embedded_TechDocs/25481.pdf
Signed-off-by: Thorsten Glaser <t.glaser@tarent.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/kernel/cpu/powerflags.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/powerflags.c
b/arch/x86/kernel/cpu/powerflags.c
index 7b3fe56b1c214fe4ef1a9071fe28fb62aa406a58..31f0f335ed2241d6d561e6b4edc98f8e03216e96 100644
(file)
--- a/
arch/x86/kernel/cpu/powerflags.c
+++ b/
arch/x86/kernel/cpu/powerflags.c
@@
-11,10
+11,10
@@
const char *const x86_power_flags[32] = {
"fid", /* frequency id control */
"vid", /* voltage id control */
"ttp", /* thermal trip */
- "tm",
- "stc",
- "100mhzsteps",
- "hwpstate",
+ "tm",
/* hardware thermal control */
+ "stc",
/* software thermal control */
+ "100mhzsteps",
/* 100 MHz multiplier control */
+ "hwpstate",
/* hardware P-state control */
"", /* tsc invariant mapped to constant_tsc */
"cpb", /* core performance boost */
"eff_freq_ro", /* Readonly aperf/mperf */