commit | ebbfde9742402cbbba6776dd0fa72fe62583f815 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Jul 12 13:47:48 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Aug 26 21:16:22 2021 -0400 |
tree | 26e56e0784fdb50c53c3e9df7a75690db6cb2d50 | |
parent | 97f21921957ebc50d8c0419d48fb6c62dde0c572 [diff] |
kernel: move z_main_stack into pinned section The z_main_stack is needed before paging mechanism is initialized so put the stack into the pinned section to avoid page faults. Signed-off-by: Daniel Leung <daniel.leung@intel.com>