commit | 04caf70bfe39a393cddc3a1f9034ab1619276e49 | [log] [tgz] |
---|---|---|
author | Jaxson Han <jaxson.han@arm.com> | Sat Apr 30 15:26:09 2022 +0800 |
committer | Stephanos Ioannidis <root@stephanos.io> | Tue May 17 11:45:16 2022 +0900 |
tree | a2c9e192dcf91584e74d29e9471bfefd2b3991e2 | |
parent | 74d61fe7447a7cbdd1ba4748d4a53de0a5ed91e0 [diff] |
arm64: smp: Fix the wrong secondary core stack size The init stack of the secondary core should use KERNEL_STACK_BUFFER + sz Using Z_THREAD_STACK_BUFFER will calculate the wrong stack size. Signed-off-by: Jaxson Han <jaxson.han@arm.com>