mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Fix typo in comments in r189023.
This commit is contained in:
parent
a4079bfb74
commit
df86dcaf67
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189057
@ -1227,7 +1227,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HANDLER_ARGS)
|
||||
#ifdef SCHED_ULE
|
||||
/*
|
||||
* SCHED_ULE doesn't allow enabling/disabling HT cores at
|
||||
* tun time.
|
||||
* run time.
|
||||
*/
|
||||
if (allowed != hyperthreading_allowed)
|
||||
return (ENOTSUP);
|
||||
|
@ -1398,7 +1398,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HANDLER_ARGS)
|
||||
#ifdef SCHED_ULE
|
||||
/*
|
||||
* SCHED_ULE doesn't allow enabling/disabling HT cores at
|
||||
* tun time.
|
||||
* run time.
|
||||
*/
|
||||
if (allowed != hyperthreading_allowed)
|
||||
return (ENOTSUP);
|
||||
|
Loading…
Reference in New Issue
Block a user