summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 13:24:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 13:24:58 +0000
commitcb9637246a7e075ea714abac4928ced3ece18e04 (patch)
tree5b4840d21e7a6d6bc6b698d63f9a3db93aec87fa /c/src
parentadded initial posix configuration support (diff)
downloadrtems-cb9637246a7e075ea714abac4928ced3ece18e04.tar.bz2
changed call to _ISR_Enable() to _ISR_Set_level() in _Thread_Handler.
_ISR_Enable() takes the magic cookie expected by the cpu's status register instead of a simple isr level.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/score/src/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/src/thread.c b/c/src/exec/score/src/thread.c
index 756390e504..37b465c518 100644
--- a/c/src/exec/score/src/thread.c
+++ b/c/src/exec/score/src/thread.c
@@ -1032,7 +1032,7 @@ void _Thread_Handler( void )
*/
level = executing->Start.isr_level;
- _ISR_Enable(level);
+ _ISR_Set_level(level);
/*
* Take care that 'begin' extensions get to complete before