]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: get rid of TEXT_OFFSET
authorArd Biesheuvel <ardb@kernel.org>
Tue, 25 Aug 2020 13:54:40 +0000 (15:54 +0200)
committerWill Deacon <will@kernel.org>
Mon, 7 Sep 2020 14:00:52 +0000 (15:00 +0100)
commit66f0db4c51efd40724e81b5d39533bc127df656b
tree25b4e65835c927f689eaee616d4ab45371d96238
parent9bf22ed4c2d2c4eda5f2cb3f14dd027aaae5fdff
arm64: get rid of TEXT_OFFSET

TEXT_OFFSET serves no purpose, and for this reason, it was redefined
as 0x0 in the v5.8 timeframe. Since this does not appear to have caused
any issues that require us to revisit that decision, let's get rid of the
macro entirely, along with any references to it.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20200825135440.11288-1-ardb@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/Makefile
arch/arm64/include/asm/boot.h
arch/arm64/include/asm/kernel-pgtable.h
arch/arm64/include/asm/memory.h
arch/arm64/kernel/Makefile
arch/arm64/kernel/head.S
arch/arm64/kernel/image.h
arch/arm64/kernel/vmlinux.lds.S
drivers/firmware/efi/libstub/Makefile
drivers/firmware/efi/libstub/arm64-stub.c