commit | 5742a508a299ea4ce65c1c675543b23b77c426d7 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Apr 21 11:41:26 2017 -0500 |
committer | Andrew Boie <andrew.p.boie@intel.com> | Fri Apr 21 20:34:41 2017 +0000 |
tree | 80fdb31acb397d51bb6789c6c5972d30eefae08e | |
parent | a48e8790d3e7263e372f36eda4811dab72c469ce [diff] |
kernel: cleanup use of naked unsigned in _new_thread There are a few places that we used an naked unsigned type, lets be explicit and make it 'unsigned int'. Change-Id: I33fcbdec4a6a1c0b1a2defb9a5844d282d02d80e Signed-off-by: Kumar Gala <kumar.gala@linaro.org>