Skip to content

Commit 3d62beb

Browse files
committed
tools/power/x86/intel-speed-select: v1.21 release
JIRA: https://issues.redhat.com/browse/RHEL-79669 commit 600c8f2 Author: Srinivas Pandruvada <[email protected]> Date: Wed Nov 20 08:35:40 2024 -0800 tools/power/x86/intel-speed-select: v1.21 release This version has one fix: - Fix restoring TRL after SST-TF disable Signed-off-by: Srinivas Pandruvada <[email protected]> Signed-off-by: David Arcari <[email protected]>
1 parent 54cd15d commit 3d62beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/intel-speed-select/isst-config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct process_cmd_struct {
1616
int arg;
1717
};
1818

19-
static const char *version_str = "v1.20";
19+
static const char *version_str = "v1.21";
2020

2121
static const int supported_api_ver = 3;
2222
static struct isst_if_platform_info isst_platform_info;

0 commit comments

Comments
 (0)