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

x86_64: fix RBX clobber in nested IRQ case



In the code path for nested interrupts, we are not saving
RBX, yet the assembly code is using it as a storage location
for the ISR.

Use RAX. It is backed up in both the nested and non-nested
cases, and the ASM code is not currently using it at that
point.

Fixes: #29594

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