mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-08 13:28:05 +00:00
Fix a typo due to a stale version of the patch.
Reported by: gianni, rdivacky MFC after: 1 month X-MFC: 211149
This commit is contained in:
parent
4c967b618d
commit
7cd8b4cd42
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211151
@ -1529,7 +1529,7 @@ SYSINIT(cpu_hlt, SI_SUB_SMP, SI_ORDER_ANY, cpu_hlt_setup, NULL);
|
||||
int
|
||||
mp_grab_cpu_hlt(void)
|
||||
{
|
||||
cpuset_t mask;
|
||||
cpumask_t mask;
|
||||
#ifdef MP_WATCHDOG
|
||||
u_int cpuid;
|
||||
#endif
|
||||
|
@ -1580,7 +1580,7 @@ SYSINIT(cpu_hlt, SI_SUB_SMP, SI_ORDER_ANY, cpu_hlt_setup, NULL);
|
||||
int
|
||||
mp_grab_cpu_hlt(void)
|
||||
{
|
||||
cpuset_t mask;
|
||||
cpumask_t mask;
|
||||
#ifdef MP_WATCHDOG
|
||||
u_int cpuid;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user