remove duplicate symbol now published in shared mips.
This commit is contained in:
parent
0c83cbed3a
commit
13b7915743
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: machdep.c,v 1.55 2016/12/22 14:47:54 cherry Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.56 2020/08/17 07:22:46 mrg Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -68,7 +68,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.55 2016/12/22 14:47:54 cherry Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.56 2020/08/17 07:22:46 mrg Exp $");
|
||||
|
||||
#include "opt_algor_p4032.h"
|
||||
#include "opt_algor_p5064.h"
|
||||
@ -532,7 +532,6 @@ cpu_startup(void)
|
||||
}
|
||||
|
||||
int waittime = -1;
|
||||
struct pcb dumppcb;
|
||||
|
||||
void
|
||||
cpu_reboot(int howto, char *bootstr)
|
||||
|
Loading…
Reference in New Issue
Block a user