From: Stephen Warren Date: Tue, 18 Feb 2014 23:51:58 +0000 (-0700) Subject: ARM: tegra: only run PL310 init on systems with one X-Git-Tag: v3.14-rc4~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8859685785bfafadf9bc922dd3a2278e59886947;p=pandora-kernel.git ARM: tegra: only run PL310 init on systems with one Fix tegra_init_cache() to check whether the system has a PL310 cache before touching the PL310 registers. This prevents access to non-existent registers on Tegra114 and later. Note for stable kernels: In <= v3.12, the file to patch is arch/arm/mach-tegra/common.c. Cc: # v3.9+ Signed-off-by: Stephen Warren Signed-off-by: Olof Johansson --- Reading git-diff-tree failed