forked from Imagelibrary/rtems
sparc: Simplify trap table initialization
Move _ISR_Handler() to a separate file since it is now only used if a handler is installed by _CPU_ISR_install_raw_handler(). Statically initialize the traps for external interrupts to use the new _SPARC_Interrupt_trap() which directly dispatches the interrupt handlers installed by rtems_interrupt_handler_install() via the BSP-provided _SPARC_Interrupt_dispatch(). Since the trap table is now fully statically initialized, there is no longer a dependency on the Cache Manager in the default configuration. Update #4458.
This commit is contained in:
@@ -39,6 +39,7 @@ source:
|
||||
- cpukit/score/cpu/sparc/sparc-context-volatile-clobber.S
|
||||
- cpukit/score/cpu/sparc/sparc-counter-asm.S
|
||||
- cpukit/score/cpu/sparc/sparc-exception-frame-print.c
|
||||
- cpukit/score/cpu/sparc/sparc-isr-handler.S
|
||||
- cpukit/score/cpu/sparc/sparc-isr-install.c
|
||||
- cpukit/score/cpu/sparc/syscall.S
|
||||
- cpukit/score/cpu/sparc/window.S
|
||||
|
||||
Reference in New Issue
Block a user