forked from Imagelibrary/rtems
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/nested_irq_test.c: adjusted wrong irq name/number calculation.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
|
* new-exceptions/bspsupport/nested_irq_test.c: adjusted
|
||||||
|
wrong irq name/number calculation.
|
||||||
|
|
||||||
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
2007-12-10 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* new-exceptions/bspsupport/ppc_exc_hdl.c: make sure
|
* new-exceptions/bspsupport/ppc_exc_hdl.c: make sure
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ rtems_irq_connect_data xx;
|
|||||||
}
|
}
|
||||||
if ( inst ) {
|
if ( inst ) {
|
||||||
openpic_maptimer( t, 1 );
|
openpic_maptimer( t, 1 );
|
||||||
openpic_inittimer( t, 8 + t, OPENPIC_VEC_SOURCE + xx.name );
|
openpic_inittimer( t, 8 + t, OPENPIC_VEC_SOURCE - BSP_PCI_IRQ_LOWEST_OFFSET + xx.name );
|
||||||
openpic_settimer( t, period, 1 );
|
openpic_settimer( t, period, 1 );
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user