mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 05:18:50 +08:00
2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
|
||||
been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
|
||||
|
||||
2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* sp28/init.c: Corrections to configuration.
|
||||
|
||||
@@ -121,7 +121,7 @@ rtems_task Task0(rtems_task_argument ignored)
|
||||
directive_failed( status,"rtems_semaphore_obtain of S1");
|
||||
printf("The current priority of T0 is %d\n",Get_current_pri());
|
||||
|
||||
#ifdef __STRICT_ORDER_MUTEX__
|
||||
#ifdef __RTEMS_STRICT_ORDER_MUTEX__
|
||||
status = rtems_semaphore_release( Mutex_id[0] );
|
||||
printf("T0 - rtems_semaphore_release - S0\n");
|
||||
if(status == CORE_MUTEX_RELEASE_NOT_ORDER)
|
||||
|
||||
Reference in New Issue
Block a user