aboutsummaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/lapic.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/amd64/amd64/lapic.c b/sys/arch/amd64/amd64/lapic.c
index c342844..a72e14e 100644
--- a/sys/arch/amd64/amd64/lapic.c
+++ b/sys/arch/amd64/amd64/lapic.c
@@ -309,6 +309,12 @@ lapic_send_ipi(uint8_t id, uint8_t shorthand, uint8_t vector)
}
}
+void
+lapic_send_eoi(void)
+{
+ lapic_writel(LAPIC_EOI, 0);
+}
+
/*
* Calibrates the Local APIC timer
*