commit | 94997a026fc55a41c7d8ec481698f063dede40e2 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Mar 29 09:54:47 2024 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Apr 10 07:44:27 2024 -0400 |
tree | a07a10e093b79eec81fa95b2a1742c457a6f47a6 | |
parent | ac5835565bc6750a5f90daf6d3795d1fea9ab992 [diff] |
x86: correct size for stack bound check for privileged stack Previous commit changed the privileged stack size to be using kconfig CONFIG_PRIVILEGED_STACK_SIZE instead of simply CONFIG_MMU_PAGE_SIZE. However, the stack bound check function was still using the MMU page size, so fix that. Signed-off-by: Daniel Leung <daniel.leung@intel.com>