Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/algor/algor remove duplicate symbol now published i...



details:   https://anonhg.NetBSD.org/src/rev/740514006a6a
branches:  trunk
changeset: 942726:740514006a6a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 17 07:22:46 2020 +0000

description:
remove duplicate symbol now published in shared mips.

diffstat:

 sys/arch/algor/algor/machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a36fab00739e -r 740514006a6a sys/arch/algor/algor/machdep.c
--- a/sys/arch/algor/algor/machdep.c    Mon Aug 17 06:30:25 2020 +0000
+++ b/sys/arch/algor/algor/machdep.c    Mon Aug 17 07:22:46 2020 +0000
@@ -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 @@
 }
 
 int    waittime = -1;
-struct pcb dumppcb;
 
 void
 cpu_reboot(int howto, char *bootstr)



Home | Main Index | Thread Index | Old Index