aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cpuctl
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2025-09-27 14:30:40 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2025-09-27 14:30:40 +0000
commitd9f03a43f2fec917c31d48b05d751e547c8775c7 (patch)
treecd4d1879dced7aea831907b45d6b6f987c1c288f /sys/dev/cpuctl
parentceb5792d1e2e58646dd291a2dc3877aaeb73122b (diff)
Diffstat (limited to 'sys/dev/cpuctl')
-rw-r--r--sys/dev/cpuctl/cpuctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c
index b0ab3467df69..deaabaaaa1fc 100644
--- a/sys/dev/cpuctl/cpuctl.c
+++ b/sys/dev/cpuctl/cpuctl.c
@@ -344,7 +344,7 @@ ucode_intel_load_rv(void *arg)
d = arg;
if (PCPU_GET(cpuid) == d->cpu)
- d->ret = ucode_intel_load(d->ptr, true, NULL, NULL);
+ d->ret = ucode_intel_load(d->ptr, SAFE, NULL, NULL);
}
static int