|
@@ -217,8 +217,9 @@ ENDPROC(idmap_cpu_replace_ttbr1)
|
|
|
|
|
|
.macro __idmap_kpti_put_pgtable_ent_ng, type
|
|
|
orr \type, \type, #PTE_NG // Same bit for blocks and pages
|
|
|
- str \type, [cur_\()\type\()p] // Update the entry and ensure it
|
|
|
- dc civac, cur_\()\type\()p // is visible to all CPUs.
|
|
|
+ str \type, [cur_\()\type\()p] // Update the entry and ensure
|
|
|
+ dmb sy // that it is visible to all
|
|
|
+ dc civac, cur_\()\type\()p // CPUs.
|
|
|
.endm
|
|
|
|
|
|
/*
|