]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Rework alternate sequence for ARM erratum 845719
authorMarc Zyngier <marc.zyngier@arm.com>
Wed, 3 Jun 2015 13:36:23 +0000 (14:36 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 5 Jun 2015 09:38:52 +0000 (10:38 +0100)
commit0a5e4940551199b69e8a9ddd5b929b1984d3bd9e
treeda38aa4858c587ef098f1097bcfb8796eefdfbcd
parent43e89bbffde6b8c6c5076bf9a764f19082c3f03e
arm64: Rework alternate sequence for ARM erratum 845719

The workaround for erratum 845719 is currently using
a branch between two alternate sequences, which is
quite fragile, and that we are going to break as we
rework the alternative code.

This patch reworks the workaround to fit in a single
alternative sequence. The generated code itself is
unchanged.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/entry.S