commit | ac5835565bc6750a5f90daf6d3795d1fea9ab992 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Thu Mar 07 16:15:18 2024 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Apr 10 07:44:27 2024 -0400 |
tree | 4c2f96868735dd3feb381f4df5632f808cd26016 | |
parent | 3d3986490080940f6b8ff62fdec972e22496f32c [diff] |
x86: synchronize usage of CONFIG_X86_STACK_PROTECTION Most places use CONFIG_X86_STACK_PROTECTION, but there are some places using CONFIG_HW_STACK_PROTECTION. So synchronize all to use CONFIG_X86_STACK_PROTECTION instead. Signed-off-by: Daniel Leung <daniel.leung@intel.com>