Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/mpc85xx mpc85xx_extirq_names is not used for...
details: https://anonhg.NetBSD.org/src/rev/f089c1919ca3
branches: trunk
changeset: 331185:f089c1919ca3
user: joerg <joerg%NetBSD.org@localhost>
date: Mon Aug 04 23:31:36 2014 +0000
description:
mpc85xx_extirq_names is not used for the MPC8548 branch.
diffstat:
sys/arch/evbppc/mpc85xx/machdep.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r bf53a640abd3 -r f089c1919ca3 sys/arch/evbppc/mpc85xx/machdep.c
--- a/sys/arch/evbppc/mpc85xx/machdep.c Mon Aug 04 23:28:19 2014 +0000
+++ b/sys/arch/evbppc/mpc85xx/machdep.c Mon Aug 04 23:31:36 2014 +0000
@@ -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 @@
};
#endif
+#ifndef MPC8548
static const char * const mpc85xx_extirq_names[] = {
[0] = "extirq 0",
[1] = "extirq 1",
@@ -1307,6 +1308,7 @@
[10] = "extirq 10",
[11] = "extirq 11",
};
+#endif
static void
mpc85xx_extirq_setup(void)
Home |
Main Index |
Thread Index |
Old Index