summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/interr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/interr.c')
-rw-r--r--cpukit/score/src/interr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c
index f7d62744ca..24ac9a49a0 100644
--- a/cpukit/score/src/interr.c
+++ b/cpukit/score/src/interr.c
@@ -36,7 +36,7 @@ void _Terminate(
{
ISR_Level level;
- _ISR_Disable_without_giant( level );
+ _ISR_Local_disable( level );
(void) level;
_SMP_Request_shutdown();