commit | 38195d5dd10bbf1c5934758a981e928bf9835c4b | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Tue Feb 09 11:43:20 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Feb 11 14:47:40 2021 -0500 |
tree | 198f1493c665be78be151b06c5553b0d77a444f5 | |
parent | b8c33efb78493eab447411dec4ab7705d9f03b92 [diff] |
kernel/include: Put kernel stack memory in the right memory The CONFIG_KERNEL_COHERENCE framework merged with a typo that left its validation asserts disabled. But it was written before the "kernel stacks" feature merged, and so missed the K_KERNEL_STACK_* macros, which need to put their stacks into __stackmem and not merely __noinit. Turning the asserts on exposed the bug. Fixes #32112 Signed-off-by: Andy Ross <andrew.j.ross@intel.com>