Files
rtems/testsuites/smptests
Sebastian Huber d50acdbb6c score: Add local context to SMP lock API
Add a local context structure to the SMP lock API for acquire and
release pairs.  This context can be used to store the ISR level and
profiling information.  It may be later used to enable more
sophisticated lock algorithms, e.g. MCS locks.

There is only one lock that cannot be used with a local context.  This
is the per-CPU lock since here we would have to transfer the local
context through a context switch which is very complicated.
2014-03-11 10:58:09 +01:00
..
2014-03-06 09:43:58 +01:00
2014-03-07 09:14:33 -06: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.com/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