]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: imx: replicate the diagnostic register of boot cpu into secondary cores
authorShawn Guo <shawn.guo@linaro.org>
Tue, 16 Apr 2013 14:11:19 +0000 (22:11 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 12 May 2013 13:39:18 +0000 (21:39 +0800)
commit11d59acbc9748338275330543fc1bce19020a049
tree4654c4ebd9c2417d3f1264d093686f61cfd2c756
parent39aff0cbf249d4f760c7875246f7d61caded0abc
ARM: imx: replicate the diagnostic register of boot cpu into secondary cores

The diagnostic register holds the errata bits.  Mostly bootloader
does not bring up secondary cores, so that when errata bits are set
in bootloader, they are set only for boot cpu.  But on a SMP
configuration, it should be equally done on every single core.
Set up the diagnostic register for secondary cores by replicating
the register from boot cpu.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
arch/arm/mach-imx/headsmp.S
arch/arm/mach-imx/platsmp.c