diff options
Diffstat (limited to 'arch/arm/common/mcpm_entry.c')
-rw-r--r-- | arch/arm/common/mcpm_entry.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/common/mcpm_entry.c b/arch/arm/common/mcpm_entry.c index 26020a03f659..87c5f1b595bb 100644 --- a/arch/arm/common/mcpm_entry.c +++ b/arch/arm/common/mcpm_entry.c | |||
@@ -35,8 +35,7 @@ void mcpm_set_early_poke(unsigned cpu, unsigned cluster, | |||
35 | unsigned long *poke = &mcpm_entry_early_pokes[cluster][cpu][0]; | 35 | unsigned long *poke = &mcpm_entry_early_pokes[cluster][cpu][0]; |
36 | poke[0] = poke_phys_addr; | 36 | poke[0] = poke_phys_addr; |
37 | poke[1] = poke_val; | 37 | poke[1] = poke_val; |
38 | __cpuc_flush_dcache_area((void *)poke, 8); | 38 | __sync_cache_range_w(poke, 2 * sizeof(*poke)); |
39 | outer_clean_range(__pa(poke), __pa(poke + 2)); | ||
40 | } | 39 | } |
41 | 40 | ||
42 | static const struct mcpm_platform_ops *platform_ops; | 41 | static const struct mcpm_platform_ops *platform_ops; |