summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/threadimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-19 10:27:08 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-20 08:23:26 +0200
commit1981b4697e43695397cf01255805d267e0e55ab1 (patch)
tree64ee15abef295cac9348e403c3b6ca41349b3731 /cpukit/score/include/rtems/score/threadimpl.h
parentscore: Refactor SMP cache manager support (diff)
downloadrtems-1981b4697e43695397cf01255805d267e0e55ab1.tar.bz2
score: Add _ISR_lock_ISR_disable/enable()
Diffstat (limited to 'cpukit/score/include/rtems/score/threadimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/threadimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/score/include/rtems/score/threadimpl.h
index a13a0decc1..1ccc4d6c50 100644
--- a/cpukit/score/include/rtems/score/threadimpl.h
+++ b/cpukit/score/include/rtems/score/threadimpl.h
@@ -898,7 +898,7 @@ RTEMS_INLINE_ROUTINE ISR_lock_Control *_Thread_Lock_acquire(
while ( true ) {
uint32_t my_generation;
- _ISR_Disable_without_giant( lock_context->Lock_context.isr_level );
+ _ISR_lock_ISR_disable( lock_context );
my_generation = the_thread->Lock.generation;
/*