commit | a45f691d120eef57b1a187a33b229b90ac455851 | [log] [tgz] |
---|---|---|
author | Peter Mitsis <peter.mitsis@windriver.com> | Fri May 22 15:05:51 2015 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:14:13 2016 -0500 |
tree | 408dfddfb683c3578967124b81dfd5c7bbd8f698 | |
parent | 63d6a95738f62fa3052f7ef823728d7ab11114f7 [diff] |
Remove runtime stack alignment from _NewContext() Runtime alignment of a context's stack is no longer necessary in _NewContext() as the memory is aligned (via the __stack tag) before calling _NewContext(). Change-Id: I31b7fd883ea3f1dcdb378e8ff508430bc75afcde Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>