commit | c2a01af00327ed9b167873e44670b386ff9d4215 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Jul 22 13:18:09 2021 -0700 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Thu Aug 26 21:16:22 2021 -0400 |
tree | b4250e974c8f9944c2267b83d7010aa6fe52c911 | |
parent | 7605619c1ed815edd570e2c9b7f7f3457dbed081 [diff] |
x86: pin z_x86_set_stack_guard() This function should be pinned in memory instead of simply putting it in the boot section, as this function will be used when new threads are created at runtime. Signed-off-by: Daniel Leung <daniel.leung@intel.com>