diff options
| author | Olivier Certner <olce.freebsd@certner.fr> | 2023-09-11 14:18:30 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2023-10-02 19:29:18 +0000 |
| commit | ebaea1bcd2eb0aa90937637ed305184b6fedc69b (patch) | |
| tree | fd4bf9ff676a4f5b500a330b2b04e6dfdb3616e5 /sys/dev/cpuctl | |
| parent | c6cc06d465a98270ef734ffec7c9012ec3a1bd17 (diff) | |
Diffstat (limited to 'sys/dev/cpuctl')
| -rw-r--r-- | sys/dev/cpuctl/cpuctl.c | 1 |
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); } |
