aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cpuctl
diff options
context:
space:
mode:
authorOlivier Certner <olce.freebsd@certner.fr>2023-09-11 14:18:30 +0000
committerEd Maste <emaste@FreeBSD.org>2023-10-02 19:29:18 +0000
commitebaea1bcd2eb0aa90937637ed305184b6fedc69b (patch)
treefd4bf9ff676a4f5b500a330b2b04e6dfdb3616e5 /sys/dev/cpuctl
parentc6cc06d465a98270ef734ffec7c9012ec3a1bd17 (diff)
Diffstat (limited to 'sys/dev/cpuctl')
-rw-r--r--sys/dev/cpuctl/cpuctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c
index 9c56db1ad19a..1fa655342121 100644
--- a/sys/dev/cpuctl/cpuctl.c
+++ b/sys/dev/cpuctl/cpuctl.c
@@ -546,6 +546,7 @@ cpuctl_do_eval_cpu_features(int cpu, struct thread *td)
hw_mds_recalculate();
x86_taa_recalculate();
x86_rngds_mitg_recalculate(true);
+ zenbleed_check_and_apply(true);
printcpuinfo();
return (0);
}