]> Pileus Git - ~andy/linux/commit
arm: zynq: Invalidate L1 in secondary boot
authorSoren Brinkmann <soren.brinkmann@xilinx.com>
Thu, 31 Oct 2013 16:10:15 +0000 (09:10 -0700)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 10 Dec 2013 13:17:55 +0000 (14:17 +0100)
commit6a37ff388a0b5f39062b883ae2a0f5c742c2492b
tree1dbce0d979b08ee077fe83b9e48961b8f14b495d
parent11e031308ba660b31ffaf31f0295a2c1c358b574
arm: zynq: Invalidate L1 in secondary boot

During boot, Linux initiates a clean-invalidate operation only, resulting
in faulty data to be written to the memory system during resume.
Therefore invalidate the L1 in the secondary boot path to avoid these
issues.

Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynq/common.h
arch/arm/mach-zynq/headsmp.S
arch/arm/mach-zynq/platsmp.c