x86: 32-bit: enable thread stack info
The hardware stack overflow feature requires CONFIG_THREAD_STACK_INFO enabled in order to distingush stack overflows from other causes when we get an exception. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
5092541e2b
commit
4df734683e
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ config X86_ENABLE_TSS
|
|||
config X86_STACK_PROTECTION
|
||||
bool
|
||||
default y if HW_STACK_PROTECTION
|
||||
select THREAD_STACK_INFO
|
||||
select SET_GDT
|
||||
select GDT_DYNAMIC
|
||||
select X86_ENABLE_TSS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue