summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/macros
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/macros
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/macros')
-rw-r--r--c/src/exec/score/macros/rtems/score/coresem.inl1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/exec/score/macros/rtems/score/coresem.inl b/c/src/exec/score/macros/rtems/score/coresem.inl
index 6a22237605..eebb34d3c2 100644
--- a/c/src/exec/score/macros/rtems/score/coresem.inl
+++ b/c/src/exec/score/macros/rtems/score/coresem.inl
@@ -57,7 +57,6 @@
executing->Wait.return_code = CORE_SEMAPHORE_STATUS_UNSATISFIED_NOWAIT; \
} else { \
_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); \