Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/atheros Make this compile again.



details:   https://anonhg.NetBSD.org/src/rev/2c0b7e0eaf8f
branches:  trunk
changeset: 759693:2c0b7e0eaf8f
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 15 00:04:51 2010 +0000

description:
Make this compile again.

diffstat:

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

diffs (27 lines):

diff -r 7c1da4ef31c1 -r 2c0b7e0eaf8f sys/arch/evbmips/atheros/machdep.c
--- a/sys/arch/evbmips/atheros/machdep.c        Wed Dec 15 00:04:28 2010 +0000
+++ b/sys/arch/evbmips/atheros/machdep.c        Wed Dec 15 00:04:51 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.22 2010/02/08 19:02:27 joerg Exp $ */
+/* $NetBSD: machdep.c,v 1.23 2010/12/15 00:04:51 matt Exp $ */
 
 /*
  * Copyright (c) 2006 Urbana-Champaign Independent Media Center.
@@ -147,7 +147,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.22 2010/02/08 19:02:27 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.23 2010/12/15 00:04:51 matt Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -218,8 +218,6 @@
 {
        void *kernend;
        u_long first, last;
-       struct pcb *pcb0;
-       vaddr_t v;
        uint32_t memsize;
 
        extern char edata[], end[];     /* XXX */



Home | Main Index | Thread Index | Old Index