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)
commit120dc60d0bdbadcad7460222f74c9ed15cdeb73e
tree25b4e65835c927f689eaee616d4ab45371d96238
parentb4c971245925db1a6e0898878ad410f8f17ec59a
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