rtems: Add and use rtems_object_get_local_node()

Update #3841.
This commit is contained in:
Sebastian Huber
2019-12-13 08:22:58 +01:00
parent d24b30156d
commit a00dff42cf
40 changed files with 95 additions and 92 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ rtems_task Init(
status = rtems_task_start(
tid,
Application_task,
Multiprocessing_configuration.node
rtems_object_get_local_node()
);
rtems_test_assert(status == RTEMS_SUCCESSFUL);