score: Use processor mask in _SMP_Multicast_action

Processor_mask is the internal data type to deal with processor sets.
This commit is contained in:
Sebastian Huber
2019-04-09 10:58:35 +02:00
parent e97b7c9a7a
commit df8d7bd76f
9 changed files with 403 additions and 66 deletions

View File

@@ -60,6 +60,7 @@ RTEMS_TEST_CHECK([smplock01])
RTEMS_TEST_CHECK([smpmigration01])
RTEMS_TEST_CHECK([smpmigration02])
RTEMS_TEST_CHECK([smpmrsp01])
RTEMS_TEST_CHECK([smpmulticast01])
RTEMS_TEST_CHECK([smpmutex01])
RTEMS_TEST_CHECK([smpmutex02])
RTEMS_TEST_CHECK([smpopenmp01])