fix declaration of tickle_tc() -> tickle_tc(void)

This commit is contained in:
perry 2006-09-03 20:38:32 +00:00
parent dec3c713da
commit 8a4431f0b8
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.95 2006/09/03 06:03:51 christos Exp $ */ /* $NetBSD: clock.c,v 1.96 2006/09/03 20:38:32 perry Exp $ */
/*- /*-
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -121,7 +121,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.95 2006/09/03 06:03:51 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.96 2006/09/03 20:38:32 perry Exp $");
/* #define CLOCKDEBUG */ /* #define CLOCKDEBUG */
/* #define CLOCK_PARANOIA */ /* #define CLOCK_PARANOIA */
@ -372,7 +372,7 @@ startrtclock(void)
static void static void
tickle_tc() tickle_tc(void)
{ {
#if defined(MULTIPROCESSOR) #if defined(MULTIPROCESSOR)
struct cpu_info *ci = curcpu(); struct cpu_info *ci = curcpu();