diff --git a/sys/arch/alpha/alpha/machdep.c b/sys/arch/alpha/alpha/machdep.c index 166d58626512..2788f184bd9d 100644 --- a/sys/arch/alpha/alpha/machdep.c +++ b/sys/arch/alpha/alpha/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.222 2000/11/19 19:16:44 thorpej Exp $ */ +/* $NetBSD: machdep.c,v 1.223 2000/11/20 20:37:52 thorpej Exp $ */ /*- * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -73,7 +73,7 @@ #include /* RCS ID & Copyright macro defns */ -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.222 2000/11/19 19:16:44 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.223 2000/11/20 20:37:52 thorpej Exp $"); #include #include @@ -1912,8 +1912,10 @@ microtime(tvp) register struct timeval *tvp; { static struct timeval lasttime; +#if defined(MULTIPROCESSOR) || defined(LOCKDEBUG) static struct simplelock microtime_slock = SIMPLELOCK_INITIALIZER; +#endif int s; s = splclock();