commit | abf77ef75337b85968b9270da3b0953844955b74 | [log] [tgz] |
---|---|---|
author | Andy Gross <andy.gross@linaro.org> | Thu May 10 14:48:40 2018 -0500 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu May 10 14:16:46 2018 -0700 |
tree | 0cde3aba0db5896f83fee30b5ba474a4d2b7005f | |
parent | 0d1beb2f9e430279d6922bad58fd33904b1f868d [diff] |
subsys: debug: Fix stack sentinel dependencies This patch restricts the stack sentinel to only be allowed if the USERSPACE configuration option is not set. The stack sentinel feature is redundant if used in conjunction with the USERSPACE, due to the protection mechanisms in place for stacks. Signed-off-by: Andy Gross <andy.gross@linaro.org>