summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/isr.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:37:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:37:08 +0000
commitd6ea098b7712f5bf9a4f4c21291c95932bde6c0e (patch)
treed00837ae261a9cf4ac732ea9df103bbefd62f333 /c/src/exec/score/src/isr.c
parent2001-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d6ea098b7712f5bf9a4f4c21291c95932bde6c0e.tar.bz2
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Added _CPU_Initialize_vectors().
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/src/isr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/score/src/isr.c b/c/src/exec/score/src/isr.c
index 80c7785860..ac9be65e63 100644
--- a/c/src/exec/score/src/isr.c
+++ b/c/src/exec/score/src/isr.c
@@ -37,6 +37,8 @@ void _ISR_Handler_initialization( void )
sizeof(ISR_Handler_entry) * ISR_NUMBER_OF_VECTORS
);
+ _CPU_Initialize_vectors();
+
#if ( CPU_ALLOCATE_INTERRUPT_STACK == TRUE )
if ( _CPU_Table.interrupt_stack_size < STACK_MINIMUM_SIZE )