Re: [PATCH] ARM: imx: use generic function to exit coherency

From: Shawn Guo
Date: Tue Apr 16 2019 - 01:46:58 EST


On Thu, Apr 11, 2019 at 01:14:12AM +0200, Stefan Agner wrote:
> The common ARM architecture code provides a generic function to exit
> coherency called v7_exit_coherency_flush(). Replace the machine
> specific implementation using the generic function.
>
> Tested on a i.MX 6Dual by hotplugging the secondary CPU under load
> through sysfs several 1000 times.
>
> Tested-by: Stefan Agner <stefan@xxxxxxxx>
> Signed-off-by: Stefan Agner <stefan@xxxxxxxx>

Applied, thanks.