summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/mp_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c
index e89d2eb..781f410 100644
--- a/sys/i386/i386/mp_machdep.c
+++ b/sys/i386/i386/mp_machdep.c
@@ -1291,7 +1291,7 @@ int
mp_grab_cpu_hlt(void)
{
u_int mask = PCPU_GET(cpumask);
-#ifdef MP_WATCHDIG
+#ifdef MP_WATCHDOG
u_int cpuid = PCPU_GET(cpuid);
#endif
int retval;
OpenPOWER on IntegriCloud