Page MenuHomeFreeBSD

D25798.id76222.diff
No OneTemporary

D25798.id76222.diff

Index: head/sys/arm64/arm64/mp_machdep.c
===================================================================
--- head/sys/arm64/arm64/mp_machdep.c
+++ head/sys/arm64/arm64/mp_machdep.c
@@ -304,6 +304,13 @@
{
KASSERT(intr_irq_root_dev != NULL, ("%s: no root attached", __func__));
+
+ /*
+ * Ensure that this CPU's stores will be visible to IPI
+ * recipients before starting to send the interrupts.
+ */
+ dsb(ishst);
+
PIC_IPI_SEND(intr_irq_root_dev, arg, cpus, ipi);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 7:19 PM (21 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14663377
Default Alt Text
D25798.id76222.diff (484 B)

Event Timeline