commit | 465e04cae7db24b2ceaa26d6ef4dfef5939cd97b | [log] [tgz] |
---|---|---|
author | Andy Gross <andy.gross@linaro.org> | Tue Jan 30 00:33:52 2018 -0600 |
committer | Andrew Boie <andrewboie@gmail.com> | Tue Feb 13 12:42:37 2018 -0800 |
tree | 8343f301ed81f7d860c0fdae7ac3daf31844bb43 | |
parent | f35c0318a113fcc4f5435d34894754cbc5675e61 [diff] |
arch: arm: Fixup stack end calculations This patch fixes calculations for the top of the interrupt and main stacks. Due to power of two alignment requirements for certain MPUs, the guard size must be taken into account due to the guard being counted against the initial stack size. Signed-off-by: Andy Gross <andy.gross@linaro.org>