Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/smdk2xx0 GC a bogus variable that was causin...



details:   https://anonhg.NetBSD.org/src/rev/e138761cf8d2
branches:  trunk
changeset: 551262:e138761cf8d2
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Sep 03 03:17:22 2003 +0000

description:
GC a bogus variable that was causing link failures with PCMCIA.

diffstat:

 sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 167e4ed1deef -r e138761cf8d2 sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c
--- a/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c       Wed Sep 03 03:15:02 2003 +0000
+++ b/sys/arch/evbarm/smdk2xx0/smdk2410_machdep.c       Wed Sep 03 03:17:22 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: smdk2410_machdep.c,v 1.6 2003/08/29 13:46:38 bsh Exp $ */
+/*     $NetBSD: smdk2410_machdep.c,v 1.7 2003/09/03 03:17:22 mycroft Exp $ */
 
 /*
  * Copyright (c) 2002, 2003 Fujitsu Component Limited
@@ -105,7 +105,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.6 2003/08/29 13:46:38 bsh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: smdk2410_machdep.c,v 1.7 2003/09/03 03:17:22 mycroft Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -1096,5 +1096,3 @@
 
        return dmat;
 }
-
-int wdcdebug_wd_mask=0;



Home | Main Index | Thread Index | Old Index