[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCHv3 08/25] plat/common: Use correct dsb operation flag for Arm64
Hello Wei Chen, This patch is fine. Reviewed-by: Sharan Santhanam <sharan.santhanam@xxxxxxxxx> Thanks & Regards Sharan On 12/13/18 10:15 AM, Wei Chen wrote: 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> --- 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 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |