From 5faa346ee2927da067b5455a83145635030b7e39 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 15 Aug 2004 19:57:14 +0000 Subject: Spell MP_WATCHDIG right: I fixed the build without MP_WATCHDOG after testing MP_WATCHDOG, and used an incorrect ifdef. --- sys/i386/i386/mp_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') 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; -- cgit v1.1