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
@ -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