forked from pool/cpupower
075bce6d42
- Add intel-speed-select tool (jsc#SLE-5364) A intel-speed-select-1.0.tar.bz2 A intel-speed-select_remove_DATE_TIME.patch - Fix missing governors when running cpupower frequency-info (bsc#1117709) M rapl_monitor.patch OBS-URL: https://build.opensuse.org/request/show/716097 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=97
13 lines
479 B
Diff
13 lines
479 B
Diff
Index: intel-speed-select-1.0/isst-config.c
|
|
===================================================================
|
|
--- intel-speed-select-1.0.orig/isst-config.c 2019-07-17 00:15:29.000000000 +0200
|
|
+++ intel-speed-select-1.0/isst-config.c 2019-07-17 17:53:30.371832405 +0200
|
|
@@ -1521,7 +1521,6 @@ static void usage(void)
|
|
static void print_version(void)
|
|
{
|
|
fprintf(outf, "Version %s\n", version_str);
|
|
- fprintf(outf, "Build date %s time %s\n", __DATE__, __TIME__);
|
|
exit(0);
|
|
}
|
|
|