summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src/taskcreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/src/taskcreate.c')
-rw-r--r--cpukit/rtems/src/taskcreate.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/rtems/src/taskcreate.c b/cpukit/rtems/src/taskcreate.c
index 982ed549d8..99e6628c92 100644
--- a/cpukit/rtems/src/taskcreate.c
+++ b/cpukit/rtems/src/taskcreate.c
@@ -205,10 +205,9 @@ rtems_status_code rtems_task_create(
*id = the_thread->Object.id;
#if defined(RTEMS_MULTIPROCESSING)
+ the_thread->is_global = is_global;
if ( is_global ) {
- the_thread->is_global = TRUE;
-
_Objects_MP_Open(
&_RTEMS_tasks_Information,
the_global_object,