forked from Imagelibrary/rtems
More clean up of FPGA interrupts.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user