# # ChangeLog for testsuites/smptests/smpatomic06 in rtems # # Generated by Trac 1.2.1.dev0 # 04/24/24 11:01:13 Mon, 02 Sep 2013 13:08:05 GMT Sebastian Huber [29f7d317] * cpukit/score/include/rtems/score/atomic.h (modified) * cpukit/score/include/rtems/score/cpustdatomic.h (modified) * testsuites/smptests/smpatomic01/tasks.c (modified) * testsuites/smptests/smpatomic02/tasks.c (modified) * testsuites/smptests/smpatomic03/tasks.c (modified) * testsuites/smptests/smpatomic04/tasks.c (modified) * testsuites/smptests/smpatomic05/tasks.c (modified) * testsuites/smptests/smpatomic06/tasks.c (modified) * testsuites/smptests/smpatomic07/tasks.c (modified) * testsuites/smptests/smpatomic08/init.c (modified) score: Use unsigned long for atomic integers Use unsigned long ... Tue, 27 Aug 2013 12:26:33 GMT Sebastian Huber [2bbcb64] * testsuites/smptests/Makefile.am (modified) * testsuites/smptests/smpatomic01/Makefile.am (modified) * testsuites/smptests/smpatomic02/Makefile.am (modified) * testsuites/smptests/smpatomic03/Makefile.am (modified) * testsuites/smptests/smpatomic04/Makefile.am (modified) * testsuites/smptests/smpatomic05/Makefile.am (modified) * testsuites/smptests/smpatomic06/Makefile.am (modified) * testsuites/smptests/smpatomic07/Makefile.am (modified) smptests: Move ATOMIC conditional to top-level Sun, 04 Aug 2013 18:56:00 GMT WeiY [6931037] * testsuites/smptests/smpatomic02/tasks.c (modified) * testsuites/smptests/smpatomic03/tasks.c (modified) * testsuites/smptests/smpatomic04/tasks.c (modified) * testsuites/smptests/smpatomic05/tasks.c (modified) * testsuites/smptests/smpatomic06/tasks.c (modified) * testsuites/smptests/smpatomic07/tasks.c (modified) correct memory model in smpatomic test case Fri, 14 Jun 2013 12:00:38 GMT Sebastian Huber [39e51758] * c/src/lib/libbsp/arm/shared/arm-a9mpcore-smp.c (modified) * c/src/lib/libbsp/i386/shared/irq/irq_asm.S (modified) * c/src/lib/libbsp/i386/shared/smp/getcpuid.c (modified) * c/src/lib/libbsp/powerpc/qoriq/startup/smp.c (modified) * c/src/lib/libbsp/shared/smp/getcpuid.c (modified) * c/src/lib/libbsp/sparc/leon3/smp/getcpuid.c (modified) * c/src/lib/libbsp/sparc/leon3/smp/smp_leon3.c (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/smp.h (modified) * cpukit/score/cpu/arm/rtems/score/cpu.h (modified) * cpukit/score/cpu/i386/rtems/score/cpu.h (modified) * cpukit/score/cpu/no_cpu/rtems/score/cpu.h (modified) * cpukit/score/cpu/powerpc/rtems/score/cpu.h (modified) * cpukit/score/cpu/sparc/rtems/score/cpu.h (modified) * cpukit/score/include/rtems/bspsmp.h (modified) * cpukit/score/include/rtems/score/percpu.h (modified) * cpukit/score/include/rtems/score/smp.h (modified) * cpukit/score/include/rtems/score/threaddispatch.h (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threaddispatchdisablelevel.c (modified) * testsuites/smptests/smp01/init.c (modified) * testsuites/smptests/smp01/tasks.c (modified) * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp02/system.h (modified) * testsuites/smptests/smp02/tasks.c (modified) * testsuites/smptests/smp03/init.c (modified) * testsuites/smptests/smp04/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp06/init.c (modified) * testsuites/smptests/smp07/init.c (modified) * testsuites/smptests/smp08/init.c (modified) * testsuites/smptests/smp08/tasks.c (modified) * testsuites/smptests/smp09/init.c (modified) * testsuites/smptests/smpatomic01/tasks.c (modified) * testsuites/smptests/smpatomic02/tasks.c (modified) * testsuites/smptests/smpatomic03/tasks.c (modified) * testsuites/smptests/smpatomic04/tasks.c (modified) * testsuites/smptests/smpatomic05/tasks.c (modified) * testsuites/smptests/smpatomic06/tasks.c (modified) * testsuites/smptests/smpatomic07/tasks.c (modified) * testsuites/smptests/smplock01/init.c (modified) smp: Add and use _CPU_SMP_Get_current_processor() Add and use ... Mon, 15 Jul 2013 15:31:13 GMT WeiY [2e7f5798] * cpukit/aclocal/check-atomic.m4 (modified) * cpukit/configure.ac (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/preinstall.am (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/preinstall.am (modified) * testsuites/smptests/configure.ac (modified) * testsuites/smptests/smpatomic01/Makefile.am (modified) * testsuites/smptests/smpatomic02/Makefile.am (modified) * testsuites/smptests/smpatomic03/Makefile.am (modified) * testsuites/smptests/smpatomic04/Makefile.am (modified) * testsuites/smptests/smpatomic05/Makefile.am (modified) * testsuites/smptests/smpatomic06/Makefile.am (modified) * testsuites/smptests/smpatomic07/Makefile.am (modified) * testsuites/sptests/configure.ac (modified) * testsuites/sptests/spatomic01/Makefile.am (modified) * testsuites/sptests/spatomic02/Makefile.am (modified) * testsuites/sptests/spatomic03/Makefile.am (modified) * testsuites/sptests/spatomic04/Makefile.am (modified) * testsuites/sptests/spatomic05/Makefile.am (modified) * testsuites/sptests/spatomic06/Makefile.am (modified) * testsuites/sptests/spatomic07/Makefile.am (modified) stdatomic.h support check when configure Mon, 15 Jul 2013 15:31:12 GMT WeiY [5186b55] * testsuites/smptests/smpatomic01/tasks.c (modified) * testsuites/smptests/smpatomic02/tasks.c (modified) * testsuites/smptests/smpatomic03/tasks.c (modified) * testsuites/smptests/smpatomic04/tasks.c (modified) * testsuites/smptests/smpatomic05/tasks.c (modified) * testsuites/smptests/smpatomic06/tasks.c (modified) * testsuites/smptests/smpatomic07/tasks.c (modified) smpatomic test case update Fri, 14 Jun 2013 12:26:34 GMT Sebastian Huber [edde99b] * c/src/lib/libbsp/sparc/leon3/smp/smp_leon3.c (modified) * cpukit/libmisc/cpuuse/cpuusagereport.c (modified) * cpukit/rtems/Makefile.am (modified) * cpukit/rtems/include/rtems.h (modified) * cpukit/rtems/include/rtems/rtems/smp.h (modified) * cpukit/rtems/preinstall.am (modified) * cpukit/score/Makefile.am (modified) * cpukit/score/include/rtems/score/smp.h (modified) * cpukit/score/preinstall.am (modified) * cpukit/score/src/smp.c (modified) * cpukit/score/src/threadcreateidle.c (modified) * testsuites/smptests/smp01/init.c (modified) * testsuites/smptests/smp02/init.c (modified) * testsuites/smptests/smp03/init.c (modified) * testsuites/smptests/smp04/init.c (modified) * testsuites/smptests/smp05/init.c (modified) * testsuites/smptests/smp06/init.c (modified) * testsuites/smptests/smp08/init.c (modified) * testsuites/smptests/smp09/init.c (modified) * testsuites/smptests/smpatomic01/init.c (modified) * testsuites/smptests/smpatomic02/init.c (modified) * testsuites/smptests/smpatomic03/init.c (modified) * testsuites/smptests/smpatomic04/init.c (modified) * testsuites/smptests/smpatomic05/init.c (modified) * testsuites/smptests/smpatomic06/init.c (modified) * testsuites/smptests/smpatomic07/init.c (modified) * testsuites/smptests/smplock01/init.c (modified) * testsuites/sptests/spsize/size.c (modified) score: Rename rtems_smp_get_number_of_processors() Rename in ... Fri, 25 Jan 2013 16:01:17 GMT WeiY [7e02305] * testsuites/smptests/smpatomic01/Makefile.am (added) * testsuites/smptests/smpatomic01/init.c (added) * testsuites/smptests/smpatomic01/smpatomic01.doc (added) * testsuites/smptests/smpatomic01/smpatomic01.scn (added) * testsuites/smptests/smpatomic01/system.h (added) * testsuites/smptests/smpatomic01/tasks.c (added) * testsuites/smptests/smpatomic02/Makefile.am (added) * testsuites/smptests/smpatomic02/init.c (added) * testsuites/smptests/smpatomic02/smpatomic02.doc (added) * testsuites/smptests/smpatomic02/smpatomic02.scn (added) * testsuites/smptests/smpatomic02/system.h (added) * testsuites/smptests/smpatomic02/tasks.c (added) * testsuites/smptests/smpatomic03/Makefile.am (added) * testsuites/smptests/smpatomic03/init.c (added) * testsuites/smptests/smpatomic03/smpatomic03.doc (added) * testsuites/smptests/smpatomic03/smpatomic03.scn (added) * testsuites/smptests/smpatomic03/system.h (added) * testsuites/smptests/smpatomic03/tasks.c (added) * testsuites/smptests/smpatomic04/Makefile.am (added) * testsuites/smptests/smpatomic04/init.c (added) * testsuites/smptests/smpatomic04/smpatomic04.doc (added) * testsuites/smptests/smpatomic04/smpatomic04.scn (added) * testsuites/smptests/smpatomic04/system.h (added) * testsuites/smptests/smpatomic04/tasks.c (added) * testsuites/smptests/smpatomic05/Makefile.am (added) * testsuites/smptests/smpatomic05/init.c (added) * testsuites/smptests/smpatomic05/smpatomic05.doc (added) * testsuites/smptests/smpatomic05/smpatomic05.scn (added) * testsuites/smptests/smpatomic05/system.h (added) * testsuites/smptests/smpatomic05/tasks.c (added) * testsuites/smptests/smpatomic06/Makefile.am (added) * testsuites/smptests/smpatomic06/init.c (added) * testsuites/smptests/smpatomic06/smpatomic06.doc (added) * testsuites/smptests/smpatomic06/smpatomic06.scn (added) * testsuites/smptests/smpatomic06/system.h (added) * testsuites/smptests/smpatomic06/tasks.c (added) * testsuites/smptests/smpatomic07/Makefile.am (added) * testsuites/smptests/smpatomic07/init.c (added) * testsuites/smptests/smpatomic07/smpatomic07.doc (added) * testsuites/smptests/smpatomic07/smpatomic07.scn (added) * testsuites/smptests/smpatomic07/system.h (added) * testsuites/smptests/smpatomic07/tasks.c (added) tests: atomic support for RTEMS. SMP tests for atomic operations.