[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCHv6 07/23] plat/common: Use correct dsb operation flag for Arm64
From: Wei Chen <wei.chen@xxxxxxx> Before MMU turn on, the DSB operation only need to apply out to the point of unification. Signed-off-by: Wei Chen <wei.chen@xxxxxxx> Signed-off-by: Jia He <justin.he@xxxxxxx> Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> --- plat/common/arm/cache64.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plat/common/arm/cache64.S b/plat/common/arm/cache64.S index 9962d71..bada417 100644 --- a/plat/common/arm/cache64.S +++ b/plat/common/arm/cache64.S @@ -58,7 +58,7 @@ ENTRY(clean_and_invalidate_dcache_range) 1: /* clean and invalidate D cache by D cache line size */ dc civac, x0 - dsb ish + dsb nsh /* Move to next line and reduce the size */ add x0, x0, x3 -- 2.17.1 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |