Fixed FPGA interrupt handling.

This commit is contained in:
Eric Norum
2007-02-08 19:10:18 +00:00
parent 1f9f1dc50d
commit 100673c8dd
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-02-08 Eric Norum <norume@aps.anl.gov>
* startup/bspstart.c: Fixed FPGA interrupt handling.
2007-02-05 Eric Norum <norume@aps.anl.gov>
* console/console.c: Enable RTS/CTS flow-control pins.

View File

@@ -639,8 +639,6 @@ BSP_installVME_isr(unsigned long vector, BSP_VME_ISR_t handler, void *usrArg)
MCF5282_INTC0_IMRL &= ~(MCF5282_INTC_IMRL_INT1 |
MCF5282_INTC_IMRL_MASKALL);
setupDone = 1;
handlerTab[vector].func = NULL;
handlerTab[vector].arg = NULL;
rtems_interrupt_catch(fpga_trampoline, FPGA_VECTOR, &old_handler);
i = init_intc0_bit(FPGA_VECTOR);
rtems_interrupt_enable(level);