linux/arch/arm/mach-exynos
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
..
include/mach ARM: EXYNOS: remove <mach/regs-clock.h> for exynos 2013-12-19 05:21:20 +09:00
common.c ARM: exynos: fix l2x0 saved regs handling 2014-03-21 18:26:24 +01:00
common.h ACPI and power management updates for 3.14-rc1 2014-01-24 15:51:02 -08:00
cpuidle.c ACPI and power management updates for 3.14-rc1 2014-01-24 15:51:02 -08:00
exynos-smc.S ARM: EXYNOS: Add support for secure monitor calls 2013-04-09 01:52:06 +09:00
firmware.c ARM: EXYNOS: Remove check for device tree presence 2013-06-15 09:33:21 +09:00
headsmp.S arm: delete __cpuinit/__CPUINIT usage from all ARM users 2013-07-14 19:36:52 -04:00
hotplug.c ARM: EXYNOS: local regs-pmu.h header file 2013-12-19 05:21:14 +09:00
Kconfig ARM: EXYNOS: Consolidate selection of PM_GENERIC_DOMAINS for Exynos4 2013-12-21 06:40:36 +09:00
mach-exynos4-dt.c cpufreq: exynos: Convert exynos-cpufreq to platform driver 2014-01-06 14:29:24 +01:00
mach-exynos5-dt.c ACPI and power management updates for 3.14-rc1 2014-01-24 15:51:02 -08:00
Makefile ARM: EXYNOS: remove CONFIG_MACH_EXYNOS[4, 5]_DT config options 2013-10-21 06:35:47 +09:00
Makefile.boot ARM: dts: Add basic dts file for Samsung Trats board 2012-09-21 10:50:27 +09:00
platsmp.c Samsung cleanup 2nd for v3.14 2013-12-28 15:12:07 -08:00
pm_domains.c ARM: EXYNOS: Kill exynos_pm_late_initcall() 2013-12-21 06:40:44 +09:00
pm.c ARM: EXYNOS: local definitions for pm.c into mach-exynos dir 2013-12-19 05:21:17 +09:00
pmu.c ARM: EXYNOS: remove <mach/regs-clock.h> for exynos 2013-12-19 05:21:20 +09:00
regs-pmu.h ARM: EXYNOS: remove inclusion <mach/regs-pmu.h> into another headers 2013-12-19 05:21:07 +09:00
smc.h ARM: EXYNOS: Add support for secure monitor calls 2013-04-09 01:52:06 +09:00