summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorAllan Stephens <allan.stephens@windriver.com>2016-10-26 10:46:44 -0500
committerAllan Stephens <allan.stephens@windriver.com>2016-10-27 08:36:14 -0500
commit743bdb81436f8df7de0e29e9442bb8c46fda0fe7 (patch)
tree9330315da4e1a8a6985aabdf6462f118c615bc1f /kernel
parent6cfe1322f8a5a27373cfd68c479d1284971a5cd3 (diff)
unified: Enable handling of thread options for static threads
Change-Id: I51d2d9cfa0eeb5f974a6cf1db32406399ef57418 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/unified/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/unified/thread.c b/kernel/unified/thread.c
index 93a845fba..e93e2a39d 100644
--- a/kernel/unified/thread.c
+++ b/kernel/unified/thread.c
@@ -392,7 +392,7 @@ void _init_static_threads(void)
thread_data->init_p2,
thread_data->init_p3,
thread_data->init_prio,
- 0);
+ thread_data->init_options);
thread_data->thread->init_data = thread_data;
}