2007-12-06 Joel Sherrill <joel.sherrill@OARcorp.com>

* irq/irq_init.c: Add missing vectDesc variable.
This commit is contained in:
Joel Sherrill
2007-12-06 22:04:27 +00:00
parent 68fc9e820f
commit 1ee415b3ee
2 changed files with 5 additions and 0 deletions

View File

@@ -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>
* clock/clock.c: Fix typo.

View File

@@ -56,6 +56,7 @@ static rtems_irq_prio irqPrioTable[BSP_IRQ_NUMBER]={
*/
void BSP_rtems_irq_mng_init(unsigned cpuId)
{
rtems_raw_except_connect_data vectorDesc;
int i;
/*