From mboxrd@z Thu Jan 1 00:00:00 1970 From: olof@lixom.net (Olof Johansson) Date: Tue, 18 Feb 2014 20:31:06 -0800 Subject: [PATCH] ARM: tegra: only run PL310 init on systems with one In-Reply-To: <1392767518-27821-1-git-send-email-swarren@wwwdotorg.org> References: <1392767518-27821-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <20140219043106.GA19089@quad.lixom.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Feb 18, 2014 at 04:51:58PM -0700, Stephen Warren wrote: > From: Stephen Warren > > 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 > --- > Another fix for 3.14 Applied. -Olof