Skip to content
Commit 0091a700 authored by Andrew Boie's avatar Andrew Boie Committed by Andrew Boie
Browse files

x86_64: fix crash on nested interrupts



x86_64 supports 4 levels of interrupt nesting, with
the interrupt stack divided up into sub-stacks for
each nesting level.

Unfortunately, the initial interrupt stack pointer
on the first CPU was not taking into account reserved
space for guard areas, causing a stack overflow exception
when attempting to use the last interrupt nesting level,
as that page had been set up as a stack guard.

Signed-off-by: default avatarAndrew Boie <andrew.p.boie@intel.com>
parent dac61f45
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment