diff --git a/sys/arch/arc/arc/machdep.c b/sys/arch/arc/arc/machdep.c index cbf0c172af96..d88dbdfc9817 100644 --- a/sys/arch/arc/arc/machdep.c +++ b/sys/arch/arc/arc/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.95 2006/04/09 01:18:14 tsutsui Exp $ */ +/* $NetBSD: machdep.c,v 1.96 2006/06/25 16:29:14 tsutsui Exp $ */ /* $OpenBSD: machdep.c,v 1.36 1999/05/22 21:22:19 weingart Exp $ */ /* @@ -78,7 +78,7 @@ /* from: Utah Hdr: machdep.c 1.63 91/04/24 */ #include -__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.95 2006/04/09 01:18:14 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.96 2006/06/25 16:29:14 tsutsui Exp $"); #include "fs_mfs.h" #include "opt_ddb.h" @@ -569,8 +569,7 @@ cpu_startup(void) arc_bus_space_malloc_set_safe(); } -int waittime = -1; -struct user dumppcb; /* Actually, struct pcb would do. */ +static int waittime = -1; void cpu_reboot(int howto, char *bootstr)