diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2010-08-10 18:29:39 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2010-08-10 18:29:39 +0000 |
| commit | 7cd8b4cd4208ef1a2e2ab57827dac14529eed1d9 (patch) | |
| tree | 7ca7321f8d95a6f2469c3ca624035a1578517a6c /sys/amd64 | |
| parent | 4c967b618d26111106aefe5c8cf9c71e28484b53 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/mp_machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 6e8fb2353357..57daf74b5be1 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -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 |
