Module Name: src Committed By: matt Date: Wed Dec 15 00:04:51 UTC 2010
Modified Files: src/sys/arch/evbmips/atheros: machdep.c Log Message: Make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbmips/atheros/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbmips/atheros/machdep.c diff -u src/sys/arch/evbmips/atheros/machdep.c:1.22 src/sys/arch/evbmips/atheros/machdep.c:1.23 --- src/sys/arch/evbmips/atheros/machdep.c:1.22 Mon Feb 8 19:02:27 2010 +++ src/sys/arch/evbmips/atheros/machdep.c Wed Dec 15 00:04:51 2010 @@ -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 */