Module Name: src
Committed By: joerg
Date: Mon Aug 4 23:31:36 UTC 2014
Modified Files:
src/sys/arch/evbppc/mpc85xx: machdep.c
Log Message:
mpc85xx_extirq_names is not used for the MPC8548 branch.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbppc/mpc85xx/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/evbppc/mpc85xx/machdep.c
diff -u src/sys/arch/evbppc/mpc85xx/machdep.c:1.32 src/sys/arch/evbppc/mpc85xx/machdep.c:1.33
--- src/sys/arch/evbppc/mpc85xx/machdep.c:1.32 Thu Jul 24 23:30:38 2014
+++ src/sys/arch/evbppc/mpc85xx/machdep.c Mon Aug 4 23:31:36 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.32 2014/07/24 23:30:38 joerg Exp $ */
+/* $NetBSD: machdep.c,v 1.33 2014/08/04 23:31:36 joerg Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -1293,6 +1293,7 @@ static const char * const mpc8548cds_ext
};
#endif
+#ifndef MPC8548
static const char * const mpc85xx_extirq_names[] = {
[0] = "extirq 0",
[1] = "extirq 1",
@@ -1307,6 +1308,7 @@ static const char * const mpc85xx_extirq
[10] = "extirq 10",
[11] = "extirq 11",
};
+#endif
static void
mpc85xx_extirq_setup(void)