From: Olof Johansson Date: Tue, 3 Jun 2014 04:47:46 +0000 (-0700) Subject: ARM: exynos: move sysram info to exynos.c X-Git-Tag: omap-for-v3.16/fixes-rc4~82^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1754c42e3db5;p=pandora-kernel.git ARM: exynos: move sysram info to exynos.c This solves a problem with building with CONFIG_SMP=n due to missing sysram_base_addr (or sysram_ns_base_addr) variables. The new setup method is more awkward than I'd like for it to be, but it can't be done in init_early() since ioremap is not yet available, but it needs to happen before SMP. Reported-by: Russell King Cc: Kukjin Kim Cc: Daniel Lezcano Signed-off-by: Olof Johansson Reviewed-by: Tomasz Figa Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed