mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10.git
synced 2026-09-09 00:07:04 +08:00
platform/x86/intel-uncore-freq: Increase minor version
JIRA: https://issues.redhat.com/browse/RHEL-185138 commit b7f4e7babc122426e8802dffdd8ff1501db6adf4 Author: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Date: Wed Mar 25 12:31:58 2026 -0700 platform/x86/intel-uncore-freq: Increase minor version The current implementation doesn't require any changes to support minor version 3, hence increment it to avoid "Unsupported minor version:3" message. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Link: https://patch.msgid.link/20260325193158.3417382-2-srinivas.pandruvada@linux.intel.com Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Steve Best <sbest@redhat.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "uncore-frequency-common.h"
|
||||
|
||||
#define UNCORE_MAJOR_VERSION 0
|
||||
#define UNCORE_MINOR_VERSION 2
|
||||
#define UNCORE_MINOR_VERSION 3
|
||||
#define UNCORE_ELC_SUPPORTED_VERSION 2
|
||||
#define UNCORE_HEADER_INDEX 0
|
||||
#define UNCORE_FABRIC_CLUSTER_OFFSET 8
|
||||
|
||||
Reference in New Issue
Block a user