Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/adm5120 Make this compilee again.



details:   https://anonhg.NetBSD.org/src/rev/7c1da4ef31c1
branches:  trunk
changeset: 759692:7c1da4ef31c1
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 15 00:04:28 2010 +0000

description:
Make this compilee again.

diffstat:

 sys/arch/evbmips/adm5120/machdep.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 532e3352dcae -r 7c1da4ef31c1 sys/arch/evbmips/adm5120/machdep.c
--- a/sys/arch/evbmips/adm5120/machdep.c        Tue Dec 14 23:44:49 2010 +0000
+++ b/sys/arch/evbmips/adm5120/machdep.c        Wed Dec 15 00:04:28 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.17 2010/05/19 20:41:59 christos Exp $ */
+/* $NetBSD: machdep.c,v 1.18 2010/12/15 00:04:28 matt Exp $ */
 
 /*-
  * Copyright (c) 2007 Ruslan Ermilov and Vsevolod Lobko.
@@ -107,7 +107,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.17 2010/05/19 20:41:59 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.18 2010/12/15 00:04:28 matt Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -308,11 +308,9 @@
 mach_init(int argc, char **argv, void *a2, void *a3)
 {
        struct adm5120_config *admc = &adm5120_configuration;
-       struct pcb *pcb0;
        uint32_t memsize;
        vaddr_t kernend;
        u_long first, last;
-       vaddr_t v;
 
        extern char edata[], end[];     /* XXX */
 



Home | Main Index | Thread Index | Old Index