These patches replace an open coded calculation to obtain the physical address of a far symbol with a call to the new ldr_l etc macro, and they belong to the kaslr patch set of arm32. Reference: https://git.kernel.org/pub/scm/linux/kernel/git/ardb/linux.git/log/?h=arm-kaslr-latest Ard Biesheuvel (3): arm-soc: exynos: replace open coded VA->PA conversions arm-soc: mvebu: replace open coded VA->PA conversion arm-soc: various: replace open coded VA->PA calculation arch/arm/mach-exynos/headsmp.S | 9 +-------- arch/arm/mach-exynos/sleep.S | 26 +++++--------------------- arch/arm/mach-mvebu/coherency_ll.S | 8 +------- arch/arm/mach-spear/headsmp.S | 11 +++-------- arch/arm/plat-versatile/headsmp.S | 9 +-------- 5 files changed, 11 insertions(+), 52 deletions(-) -- 2.30.0