commit | dc5d935d122ed78bf4c6a856515481dcd356c2e0 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Jun 02 12:56:47 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Jun 09 18:53:28 2017 -0400 |
tree | b2df159917851b53b29e2b5710539de0a9e30330 | |
parent | bcb4cfe9e40274b4cc95af4a45c2cd46c9984024 [diff] |
kernel: introduce stack definition macros The existing __stack decorator is not flexible enough for upcoming thread stack memory protection scenarios. Wrap the entire thing in a declaration macro abstraction instead, which can be implemented on a per-arch or per-SOC basis. Issue: ZEP-2185 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>