forked from Imagelibrary/rtems
2007-12-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* irq/irq_init.c: Add missing vectDesc variable.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-12-06 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* irq/irq_init.c: Add missing vectDesc variable.
|
||||||
|
|
||||||
2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2007-12-04 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* clock/clock.c: Fix typo.
|
* clock/clock.c: Fix typo.
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ static rtems_irq_prio irqPrioTable[BSP_IRQ_NUMBER]={
|
|||||||
*/
|
*/
|
||||||
void BSP_rtems_irq_mng_init(unsigned cpuId)
|
void BSP_rtems_irq_mng_init(unsigned cpuId)
|
||||||
{
|
{
|
||||||
|
rtems_raw_except_connect_data vectorDesc;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user