Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit feb50e5c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: cache: fix bug in louis API."

parents 5e313b6c 267ab485
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -51,10 +51,11 @@ ENDPROC(flush_dcache_louis)
 *     Invalidate the I-cache to the point of unification.
 */
ENTRY(flush_cache_louis)
	mov	x12, lr
	bl	flush_dcache_louis
	mov	x0, #0
	ic	ialluis				// I+BTB cache invalidate
	ret
	ret x12
ENDPROC(flush_cache_louis)

/*