summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-08-15 19:57:14 +0000
committerrwatson <rwatson@FreeBSD.org>2004-08-15 19:57:14 +0000
commit5faa346ee2927da067b5455a83145635030b7e39 (patch)
treeed84351f51d3727345dfb9ba237824926593b4b9 /sys
parentc181a5fd5cde48cbe14cf947af516523320d0556 (diff)
downloadFreeBSD-src-5faa346ee2927da067b5455a83145635030b7e39.zip
FreeBSD-src-5faa346ee2927da067b5455a83145635030b7e39.tar.gz
Spell MP_WATCHDIG right: I fixed the build without MP_WATCHDOG after
testing MP_WATCHDOG, and used an incorrect ifdef.
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