We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe6584 commit 11a1348Copy full SHA for 11a1348
libcpu/arm/cortex-a/start_gcc.S
@@ -182,7 +182,7 @@ continue_exit:
182
183
/* invalidate TLB, I-cache and branch predictor */
184
mov r0, #0
185
- mcr p15, 0, r0, c8, c7, 0 /* ITLBIALL */
+ mcr p15, 0, r0, c8, c7, 0 /* TLBIALL */
186
mcr p15, 0, r0, c7, c5, 0 /* ICIALLU */
187
mcr p15, 0, r0, c7, c5, 6 /* BPIALL */
188
dsb
@@ -268,7 +268,7 @@ enable_mmu_page_table_early:
268
269
270
271
272
273
274
@@ -660,7 +660,7 @@ rt_hw_mmu_switch:
660
661
662
663
664
665
666
0 commit comments