Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102681905
D25798.id76181.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
469 B
Referenced Files
None
Subscribers
None
D25798.id76181.diff
View Options
Index: sys/arm64/arm64/mp_machdep.c
===================================================================
--- sys/arm64/arm64/mp_machdep.c
+++ 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
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 16, 7:25 PM (21 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14663439
Default Alt Text
D25798.id76181.diff (469 B)
Attached To
Mode
D25798: arm64: Make local stores observable before sending IPIs
Attached
Detach File
Event Timeline
Log In to Comment