commit | 9f4330f365c59aaf89ad8eb93882b917fed2a5fe | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Mar 04 10:39:03 2024 -0800 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Fri Mar 08 09:37:36 2024 +0100 |
tree | 861a2861103444301c0e67b8b4b23b5db9ddd3cc | |
parent | 91f36191be5f70b90dd5a96309e3fb1518acb2ac [diff] |
x86: use CONFIG_PRIVILEGED_STACK_SIZE for stack size Instead of using CONFIG_MMU_PAGE_SIZE for size of the privileged stack, use the actual kconfig CONFIG_PRIVILEGED_STACK_SIZE. This allows for changing the size of privileged stack, and also aligns to the usage of CONFIG_PRIVILEGED_STACK_SIZE. Signed-off-by: Daniel Leung <daniel.leung@intel.com>