ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC
authorVladimir Murzin <vladimir.murzin@arm.com>
Thu, 25 Nov 2021 11:05:19 +0000 (12:05 +0100)
committerRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Fri, 17 Dec 2021 12:02:16 +0000 (12:02 +0000)
commit7202216a6f34d571a22274e729f841256bf8b1ef
tree5e171162a9a2e33f7a84b9b7a6b5917b056c8212
parentfa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
ARM: 9160/1: NOMMU: Reload __secondary_data after PROCINFO_INITFUNC

__secondary_data used to reside in r7 around call to
PROCINFO_INITFUNC. After commit 95731b8ee63e ("ARM: 9059/1: cache-v7:
get rid of mini-stack") r7 is used as a scratch register, so we have
to reload __secondary_data before we setup the stack pointer.

Fixes: 95731b8ee63e ("ARM: 9059/1: cache-v7: get rid of mini-stack")
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/head-nommu.S