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. --- cpukit/score/macros/rtems/score/coresem.inl | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/macros') diff --git a/cpukit/score/macros/rtems/score/coresem.inl b/cpukit/score/macros/rtems/score/coresem.inl index 6a22237605..eebb34d3c2 100644 --- a/cpukit/score/macros/rtems/score/coresem.inl +++ b/cpukit/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); \ -- cgit v1.2.3