From b93c1df404032839fc2d46580c20ee4b8bf2072c Mon Sep 17 00:00:00 2001 From: Sergey Bugaev Date: Wed, 17 May 2023 21:11:50 +0300 Subject: x86_64: Attempt to fix ast_from_interrupt Message-Id: <20230517181150.65810-1-bugaevc@gmail.com> --- x86_64/locore.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x86_64/locore.S b/x86_64/locore.S index 2b8e4c44..4e341860 100644 --- a/x86_64/locore.S +++ b/x86_64/locore.S @@ -849,7 +849,8 @@ stack_overflowed: * ss */ ast_from_interrupt: - POP_FSGS + POP_FSGS_ISR + pop %rdx mov %rdx,%es pop %rdx mov %rdx,%ds -- cgit v1.2.3