forked from Imagelibrary/rtems
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
* shared/motorola/motorola.c: removed excess initializer elements.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user