forked from pool/cpupower
65567d6f5a
- Update intel-speed-select to latest 5.5-rc1 kernel version latest mainline commit: commit b3abfd778bf1dbdd - Update cpupower to latest 5.5-rc1 kernel version latest mainline commit: commit 4611a4fb0cce3 Fixes aperf/mperf monitoring on latest AMD Rome CPUs (bsc#1152967) - Fix library API breakage (bsc#1154240) A libcpupower_fix_api_cpufreq_get_frequencies_breakage.patch OBS-URL: https://build.opensuse.org/request/show/752877 OBS-URL: https://build.opensuse.org/package/show/hardware/cpupower?expand=0&rev=102
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-11-28 02:45:48.000000000 +0100
|
|
+++ intel-speed-select-1.0/isst-config.c 2019-11-28 14:31:29.745770581 +0100
|
|
@@ -1618,7 +1618,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);
|
|
}
|
|
|