Module Name:    src
Committed By:   matt
Date:           Fri May 13 17:10:36 UTC 2011

Modified Files:
        src/distrib/utils/sysinst/arch/evbmips [matt-nb5-mips64]: md.h

Log Message:
Remove #error which were there for debugging


To generate a diff of this commit:
cvs rdiff -u -r1.2.22.1 -r1.2.22.2 \
    src/distrib/utils/sysinst/arch/evbmips/md.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/sysinst/arch/evbmips/md.h
diff -u src/distrib/utils/sysinst/arch/evbmips/md.h:1.2.22.1 src/distrib/utils/sysinst/arch/evbmips/md.h:1.2.22.2
--- src/distrib/utils/sysinst/arch/evbmips/md.h:1.2.22.1	Thu Aug 19 15:37:27 2010
+++ src/distrib/utils/sysinst/arch/evbmips/md.h	Fri May 13 17:10:36 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.2.22.1 2010/08/19 15:37:27 matt Exp $ */
+/* $NetBSD: md.h,v 1.2.22.2 2011/05/13 17:10:36 matt Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -52,7 +52,6 @@
  */
 
 #if defined(ARCH_mipsel) || defined(ARCH_mipseb)
-#error
 #define SET_KERNEL_1_NAME	"kern-ALCHEMY"
 #define SET_KERNEL_2_NAME	"kern-AR531X"
 #define SET_KERNEL_3_NAME	"kern-DBAU1500"
@@ -60,7 +59,6 @@
 #define SET_KERNEL_5_NAME	"kern-MALTA"
 #endif
 #if defined(ARCH_mipsel)
-#error
 #define SET_KERNEL_6_NAME	"kern-MTX-1"
 #define SET_KERNEL_7_NAME	"kern-OMSAL400"
 #endif

Reply via email to