forked from Imagelibrary/rtems
score: Move _ISR_Vector_table[] to separate file
The _ISR_Handler_initialization() does not touch the _ISR_Vector_table[]. Move the definition of _ISR_Vector_table[] to a separate file. Change license to BSD-2-Clause according to file history and re-licensing agreement. Update #3053.
This commit is contained in:
@@ -1417,6 +1417,7 @@ source:
|
||||
- cpukit/score/src/iovprintf.c
|
||||
- cpukit/score/src/isr.c
|
||||
- cpukit/score/src/isrisinprogress.c
|
||||
- cpukit/score/src/isrvectortable.c
|
||||
- cpukit/score/src/iterateoverthreads.c
|
||||
- cpukit/score/src/kern_tc.c
|
||||
- cpukit/score/src/libatomic.c
|
||||
|
||||
Reference in New Issue
Block a user