Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143128971
D19097.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
654 B
Referenced Files
None
Subscribers
None
D19097.diff
View Options
Index: head/sys/arm64/arm64/pmap.c
===================================================================
--- head/sys/arm64/arm64/pmap.c
+++ head/sys/arm64/arm64/pmap.c
@@ -2862,6 +2862,7 @@
/* Create the new mapping */
pmap_load_store(pte, newpte);
+ dsb(ishst);
critical_exit();
intr_restore(intr);
@@ -3281,6 +3282,7 @@
} else {
/* New mappig */
pmap_load_store(l3, new_l3);
+ dsb(ishst);
}
#if VM_NRESERVLEVEL > 0
@@ -3435,6 +3437,7 @@
* Map the superpage.
*/
(void)pmap_load_store(l2, new_l2);
+ dsb(ishst);
atomic_add_long(&pmap_l2_mappings, 1);
CTR2(KTR_PMAP, "pmap_enter_l2: success for va %#lx in pmap %p",
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 27, 8:30 AM (2 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28031483
Default Alt Text
D19097.diff (654 B)
Attached To
Mode
D19097: Add missing pmap dsb instructions
Attached
Detach File
Event Timeline
Log In to Comment