summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-25 16:59:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-25 16:59:28 +0000
commitfe70df1927b0e601aea218151d1df4f142ef65e2 (patch)
treea8c19f403af8480c023692da4bdeed274535b4d7 /c/src/exec/score/inline
parent2001-05-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fe70df1927b0e601aea218151d1df4f142ef65e2.tar.bz2
2000-05-25 Sergei Organov <osv@javad.ru>
* macros/rtems/score/coresem.inl, inline/rtems/score/coresem.inl: Cut and paste problem incorrectly enabled interrupts twice with the first time being too early.
Diffstat (limited to 'c/src/exec/score/inline')
-rw-r--r--c/src/exec/score/inline/rtems/score/coresem.inl1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/inline/rtems/score/coresem.inl b/c/src/exec/score/inline/rtems/score/coresem.inl
index bd2075bdd2..2f5f8c7bff 100644
--- a/c/src/exec/score/inline/rtems/score/coresem.inl
+++ b/c/src/exec/score/inline/rtems/score/coresem.inl
@@ -94,7 +94,6 @@ RTEMS_INLINE_ROUTINE void _CORE_semaphore_Seize_isr_disable(
}
_Thread_Disable_dispatch();
- _ISR_Enable( level );
_Thread_queue_Enter_critical_section( &the_semaphore->Wait_queue );
executing->Wait.queue = &the_semaphore->Wait_queue;
executing->Wait.id = id;