bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 05/12 gnumach] interrupt: Send EOI before handling update interru


From: Damien Zammit
Subject: [PATCH 05/12 gnumach] interrupt: Send EOI before handling update interrupt
Date: Tue, 31 Jan 2023 09:37:03 +0000

---
 i386/i386at/interrupt.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i386/i386at/interrupt.S b/i386/i386at/interrupt.S
index 9f1883ac..1103b1c8 100644
--- a/i386/i386at/interrupt.S
+++ b/i386/i386at/interrupt.S
@@ -122,8 +122,8 @@ _no_eoi:
        ret

 _call_single:
+       call    EXT(lapic_eoi)          /* lapic EOI before the handler to 
allow extra update */
        call    EXT(pmap_update_interrupt) /* TODO: Allow other functions */
-       call    EXT(lapic_eoi)          /* lapic EOI */
        addl    $24,%esp
        ret
 END(interrupt)
--
2.34.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]