Files
rtems/testsuites/smptests
Luca Bonato cceb19f4e5 smp: Fix scheduler helping protocol
New test case for smptests/smpmrsp01.

Fix _Scheduler_Block_node() in case the node is in the
SCHEDULER_HELP_ACTIVE_RIVAL helping state.  For example a
rtems_task_suspend() on a task waiting for a MrsP semaphore.

Fix _Scheduler_Unblock_node() in case the node is in the
SCHEDULER_SMP_NODE_READY state.  For example a rtems_task_resume() on a
task owning or waiting for a MrsP semaphore.
2014-11-24 08:01:15 +01:00
..
2014-05-07 18:32:15 +02:00
2014-09-01 11:01:04 +02:00
2014-09-01 11:01:04 +02:00
2014-09-01 11:01:04 +02:00
2014-09-01 11:01:04 +02:00
2014-07-11 10:12:48 -05:00
2014-09-01 11:01:04 +02:00
2014-09-01 11:01:04 +02:00
2014-09-01 11:01:04 +02:00
2014-09-01 11:01:04 +02:00

#
#  COPYRIGHT (c) 1989-2011.
#  On-Line Applications Research Corporation (OAR).
#
#  The license and distribution terms for this file may be
#  found in the file LICENSE in this distribution or at
#  http://www.rtems.org/license/LICENSE.

This directory contains the RTEMS SMP Test Suite.

As of June 2011, these tests are known to run on only

+ pcp4 BSP using qemu with 2-4 cores
+ leon3 BSP using grsim with 4 cores