diff options
author | Andreas Kling <kling@serenityos.org> | 2022-12-30 23:14:28 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-01-01 15:14:35 +0100 |
commit | 1b4baaed56828558edbf880c7832c9093fd24543 (patch) | |
tree | 92657bb7d11bb92433a9e9395f73a232ada1bdbf /Kernel/Arch/x86_64/Boot | |
parent | e3b9f78eb90403cb0effe683d8a1cbc4c7e0256b (diff) | |
download | serenity-1b4baaed56828558edbf880c7832c9093fd24543.zip |
Kernel/x86_64: *Restore* interrupt flag in page fault handler
If a page fault occurs while interrupts are disabled, we were wrongly
enabling interrupts right away in the page fault handler.
Instead, we should only do this if interrupts were enabled when the
page fault occurred.
Diffstat (limited to 'Kernel/Arch/x86_64/Boot')
0 files changed, 0 insertions, 0 deletions