commit | b8823c4efdf8ac97e3e721e1a5609cb3d326b29a | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Apr 21 09:07:34 2017 -0500 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Fri Apr 21 20:34:42 2017 +0000 |
tree | fde879c90e67ea8ccefb41d274f33bbb71a1b7e5 | |
parent | 5742a508a299ea4ce65c1c675543b23b77c426d7 [diff] |
kernel: Refactor common _new_thread init code We do a bit of the same stuff on all the arch's to setup a new thread. So lets put that code in a common place so we unify it for everyone and reduce some duplicated code. Change-Id: Ic04121bfd6846aece16aa7ffd4382bdcdb6136e3 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>