diff options
Diffstat (limited to 'sys/arch/amd64/machdep.c')
-rw-r--r-- | sys/arch/amd64/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/amd64/machdep.c b/sys/arch/amd64/machdep.c index a466d38..9a81c25 100644 --- a/sys/arch/amd64/machdep.c +++ b/sys/arch/amd64/machdep.c @@ -102,7 +102,7 @@ processor_init(void) init_tss(cur_cpu); CPU_INFO_UNLOCK(cur_cpu); - /* Enable spectre mitigation if enabled */ + /* Use spectre mitigation if enabled */ if (try_spectre_mitigate != NULL) try_spectre_mitigate(); } |