summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/or1k/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/or1k/cpu.c')
-rw-r--r--cpukit/score/cpu/or1k/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/or1k/cpu.c b/cpukit/score/cpu/or1k/cpu.c
index 3cf6f6ba81..fe933f0cbb 100644
--- a/cpukit/score/cpu/or1k/cpu.c
+++ b/cpukit/score/cpu/or1k/cpu.c
@@ -88,7 +88,7 @@ void _CPU_ISR_install_vector(
ISR_Level level;
- _ISR_Disable( level );
+ _ISR_Local_disable( level );
current_handler = table [vector];
@@ -102,7 +102,7 @@ void _CPU_ISR_install_vector(
table [vector] = new_handler;
}
- _ISR_Enable( level );
+ _ISR_Local_enable( level );
}
void _CPU_Install_interrupt_stack( void )