diff options
Diffstat (limited to 'tools/power/cpupower/debug/i386/intel_gsic.c')
| -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 53f5293c9c9..d032c826d42 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)  		printf("ecx = 0x%.8x\n", r.ecx);  		printf("edx = 0x%.8x\n", r.edx);  		printf("Note also that some BIOS do not support the initial " -		       "GSIC call, but the newer\nspeeedstep-smi driver may " +		       "GSIC call, but the newer\nspeedstep-smi driver may "  		       "work.\nFor this, you need to pass some arguments to "  		       "the speedstep-smi driver:\n");  		printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n"); |