summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-11-30 22:27:47 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-11-30 22:27:47 +0000
commit4f38270a98d4849ffcc9c2c16d2f4dc78eaa0413 (patch)
treef6266a87d6de6e2fc4cd2ac57b395cb662dc6733 /c
parent2007-11-30 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-4f38270a98d4849ffcc9c2c16d2f4dc78eaa0413.tar.bz2
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* shared/motorola/motorola.c: removed excess initializer elements.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/shared/motorola/motorola.c8
2 files changed, 9 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index d0bcef647f..cd53e2be99 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,5 +1,10 @@
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
+ * shared/motorola/motorola.c: removed excess initializer
+ elements.
+
+2007-11-30 Till Straumann <strauman@slac.stanford.edu>
+
* shared/irq/irq.h, shared/irq/irq.c, shared/irq/irq_init.c,
shared/irq/irq_supp.h (added):
Removed 'is_processor_irq()' from irq.c; the BSP routines
diff --git a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
index 89382cad18..8fafc8080a 100644
--- a/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
+++ b/c/src/lib/libbsp/powerpc/shared/motorola/motorola.c
@@ -166,13 +166,13 @@ static struct _int_map mvme24xx_intmap[] = {
*/
{0, 13, PCI_FIXUP_OPT_OVERRIDE_NAME,
- {{1, {11,21,-1,-1,-1}}, /* Universe ISA/PCI */
+ {{1, {11,21,-1,-1}}, /* Universe ISA/PCI */
/* strictly speaking, a non-multi function device
* must only use pin A
*/
- {2, {22,-1,-1,-1,-1}}, /* Universe */
- {3, {23,-1,-1,-1,-1}}, /* Universe */
- {4, {24,-1,-1,-1,-1}}, /* Universe */
+ {2, {22,-1,-1,-1}}, /* Universe */
+ {3, {23,-1,-1,-1}}, /* Universe */
+ {4, {24,-1,-1,-1}}, /* Universe */
NULL_PINMAP}},
{0, 14, PCI_FIXUP_OPT_OVERRIDE_NAME,