From fe70df1927b0e601aea218151d1df4f142ef65e2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 25 May 2001 16:59:28 +0000 Subject: 2000-05-25 Sergei Organov * 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. --- c/src/exec/score/inline/rtems/score/coresem.inl | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/exec/score/inline') 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; -- cgit v1.2.3