Arnd Bergmann 2b749cb3a5 ARM: realview: remove private barrier implementation
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>
[Fixed up header inclusions]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2015-12-15 09:41:34 +01:00
..
2015-11-10 15:06:26 -08:00
2015-11-10 10:05:17 -08:00
2015-11-10 14:56:23 -08:00
2015-11-10 14:48:36 -08:00
2015-11-10 14:48:36 -08:00
2015-11-10 14:48:36 -08:00
2015-10-26 10:18:41 +09:00
2015-11-10 14:48:36 -08:00
2015-11-05 13:15:12 -08:00
2015-11-10 14:48:36 -08:00
2015-12-15 09:41:31 +01:00