commit | 982d5c8f5500eaa3914559f6ad0f095d6aa2142b | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed May 23 13:30:34 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed May 23 17:22:19 2018 -0400 |
tree | b0c29a88f4e8f60b53aef9595b23b65c9ff0a85a | |
parent | 1fd8b139c84492401785e1c21d0f719e2669725f [diff] |
init: run kernel_arch_init() earlier This was in prepare_multithreading(), which was moved to after driver initialization and not before it. The function now really just prepares system threads. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>