More clean up of FPGA interrupts.

This commit is contained in:
Eric Norum
2008-04-24 19:13:14 +00:00
parent 98e92b0abb
commit 7decb669c3
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-04-24 Eric Norum <norume@aps.anl.gov>
* startup/bspstart.c: More clean up of FPGA interrupts.
2008-04-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* console/console.c: Remove all references to console_reserve_resources

View File

@@ -613,8 +613,7 @@ BSP_installVME_isr(unsigned long vector, BSP_VME_ISR_t handler, void *usrArg)
rtems_interrupt_enable(level);
return 0;
}
handlerTab[vector].func = NULL;
handlerTab[vector].arg = NULL;
setupDone = 1;
rtems_interrupt_catch(fpga_trampoline, FPGA_VECTOR, &old_handler);
i = init_intc0_bit(FPGA_VECTOR);
rtems_interrupt_enable(level);