commit | 6962ae8f4cb383d96c59e7fe09d8d95ffc77b4cc | [log] [tgz] |
---|---|---|
author | Andy Gross <andy.gross@linaro.org> | Tue Aug 01 16:48:46 2017 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Wed Aug 09 13:36:09 2017 -0500 |
tree | ba49f3a3e19a630e27f80c97807762d35f068cfb | |
parent | 6e2ba2c9e148d76b8b442e9a86f80e4140472625 [diff] |
arch: arm: Always define ARCH stack definitions This patch always defines the ARCH_THREAD_STACK_XXX macros/functions regardless of the MPU_STACK_GUARD usage. Only use MPU_STACK_GUARD when determining the minimum stack alignment. Signed-off-by: Andy Gross <andy.gross@linaro.org>