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:
Attilio Rao 2010-08-10 18:29:39 +00:00
parent 4c967b618d
commit 7cd8b4cd42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211151
2 changed files with 2 additions and 2 deletions

View File

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

View File

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