rtems: Add and use rtems_object_get_local_node()

Update #3841.
This commit is contained in:
Sebastian Huber
2019-12-12 06:37:01 +01:00
parent d24b30156d
commit a00dff42cf
40 changed files with 95 additions and 92 deletions

View File

@@ -102,8 +102,7 @@ uint32_t is_configured_multiprocessing(void)
uint32_t get_node(void)
{
/* XXX HACK -- use public API */
return _Objects_Local_node;
return rtems_object_get_local_node();
}
typedef struct {