shithub: riscv

Download patch

ref: 2235660f867148d6a5232ec42148af26b36560c7
parent: 5c5c1b666681cb3e8d2adbfe2ade22fe8447ffc2
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri May 17 14:56:34 EDT 2019

bcm64: no need to flush instruction cache when switching TTBR0

--- a/sys/src/9/bcm64/l.s
+++ b/sys/src/9/bcm64/l.s
@@ -331,8 +331,7 @@
 	MSR	R0, TTBR0_EL1
 	DSB	$ISH
 	ISB	$SY
-
-	B	cacheiinv(SB)
+	RETURN
 
 /*
  * TLB maintenance operations.