aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorOlivier Certner <olce@FreeBSD.org>2026-06-26 14:15:57 +0000
committerOlivier Certner <olce@FreeBSD.org>2026-06-26 21:36:50 +0000
commitbdc3dca135c239cbbce3a437f49bc4e08828833f (patch)
tree7d264678f5ce80449093173f9c9341d79a957170 /sys
parent8ea6d9f33ee3bb37b381d547517ae612ba1640db (diff)
Diffstat (limited to 'sys')
-rw-r--r--sys/x86/cpufreq/hwpstate_amd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/x86/cpufreq/hwpstate_amd.c b/sys/x86/cpufreq/hwpstate_amd.c
index 08695da5638a..f9ba648e6e8c 100644
--- a/sys/x86/cpufreq/hwpstate_amd.c
+++ b/sys/x86/cpufreq/hwpstate_amd.c
@@ -1014,13 +1014,15 @@ static const struct hwpstate_cpufreq_methods cppc_methods = {
.get = hwpstate_get_cppc,
.set = hwpstate_set_cppc,
.settings = hwpstate_settings_cppc,
- .type = hwpstate_type_cppc };
+ .type = hwpstate_type_cppc
+};
static const struct hwpstate_cpufreq_methods pstate_methods = {
.get = hwpstate_get_pstate,
.set = hwpstate_set_pstate,
.settings = hwpstate_settings_pstate,
- .type = hwpstate_type_pstate };
+ .type = hwpstate_type_pstate
+};
static int
hwpstate_probe(device_t dev)