diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/power/cpupower/debug/i386/intel_gsic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/debug/i386/intel_gsic.c b/tools/power/cpupower/debug/i386/intel_gsic.c index 53f5293c9c9a..d032c826d42e 100644 --- a/tools/power/cpupower/debug/i386/intel_gsic.c +++ b/tools/power/cpupower/debug/i386/intel_gsic.c | |||
@@ -66,7 +66,7 @@ int main (void) | |||
66 | printf("ecx = 0x%.8x\n", r.ecx); | 66 | printf("ecx = 0x%.8x\n", r.ecx); |
67 | printf("edx = 0x%.8x\n", r.edx); | 67 | printf("edx = 0x%.8x\n", r.edx); |
68 | printf("Note also that some BIOS do not support the initial " | 68 | printf("Note also that some BIOS do not support the initial " |
69 | "GSIC call, but the newer\nspeeedstep-smi driver may " | 69 | "GSIC call, but the newer\nspeedstep-smi driver may " |
70 | "work.\nFor this, you need to pass some arguments to " | 70 | "work.\nFor this, you need to pass some arguments to " |
71 | "the speedstep-smi driver:\n"); | 71 | "the speedstep-smi driver:\n"); |
72 | printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n"); | 72 | printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n"); |