[PATCH 05/10] ARM: realview: remove private barrier implementation
From: Linus Walleij <hidden>
Date: 2015-02-27 12:25:42
From: Linus Walleij <hidden>
Date: 2015-02-27 12:25:42
On Thu, Feb 26, 2015 at 5:11 PM, Arnd Bergmann [off-list ref] wrote:
The realview barrier implementation tries to avoid calling outer_sync in order to not lock up as a result of a bug in the l220 cache controller. This gets in the way of the multiplatform support, but we can still remove it if we make sure that the outer_sync function never gets called, by replacing the function pointer with NULL, right after initialization. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <redacted> Yours, Linus Walleij