commit | 6d9106f2882d1472b3a1107eb1cc50651e4a8bd2 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Fri Feb 01 14:42:28 2019 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 01 19:10:08 2019 -0500 |
tree | d50ac9faaea3d4f78e64433521a2974c64a43be3 | |
parent | 634a7d0c546922bc96f55324c3776113daf4d14c [diff] |
kernel/init: Fix dummy thread initialization on SMP systems When under SMP, _current is a macro that indirects to a CPU-specific address, and that trick won't work until kernel_arch_init() has returned. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>