Arnd Bergmann 39378e4143 ARM: exynos: fix l2x0 saved regs handling
The exynos4_l2x0_cache_init function tries to flush the data cache
for the location of the saved l2x0 registers and pass the physical
address to the s5p-sleep implementation.

However, the s5p-sleep code is optional, and if it is disabled,
we get a linker error here when the l2x0_regs_phys variable does
not exist.

To solve this, use a compile-time conditional to drop this code
if we don't want it.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Ben Dooks <ben-linux@fluff.org>
2014-03-21 18:26:24 +01:00
..
2014-01-23 18:40:49 -08:00
2014-01-05 13:59:56 +00:00
2014-03-21 18:19:31 +01:00
2014-03-21 18:23:27 +01:00
2014-03-21 18:23:35 +01:00
2014-01-23 18:49:36 -08:00
2014-01-23 18:45:38 -08:00
2014-03-21 18:26:07 +01:00
2014-01-15 17:02:08 -08:00