summaryrefslogtreecommitdiff
path: root/arch/arm/kernel/vmlinux.lds.h
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2020-01-24 23:11:46 +0000
committerMarc Zyngier <maz@kernel.org>2020-03-24 10:56:05 +0000
commit3fbb96c054e28d9f7d63535ef7df9968d747426e (patch)
tree1e040ba89dc00facc930fff9dff560a5824bb7bd /arch/arm/kernel/vmlinux.lds.h
parent541ad0150ca4aa663a2dcb9c834ab493168fe494 (diff)
downloadlinux-3fbb96c054e28d9f7d63535ef7df9968d747426e.tar.gz
linux-3fbb96c054e28d9f7d63535ef7df9968d747426e.tar.bz2
linux-3fbb96c054e28d9f7d63535ef7df9968d747426e.zip
arm: Remove HYP/Stage-2 page-table support
Remove all traces of Stage-2 and HYP page table support. Signed-off-by: Marc Zyngier <maz@kernel.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Will Deacon <will@kernel.org> Acked-by: Vladimir Murzin <vladimir.murzin@arm.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Christoffer Dall <christoffer.dall@arm.com>
Diffstat (limited to 'arch/arm/kernel/vmlinux.lds.h')
-rw-r--r--arch/arm/kernel/vmlinux.lds.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/kernel/vmlinux.lds.h b/arch/arm/kernel/vmlinux.lds.h
index 8247bc15addc..381a8e105fa5 100644
--- a/arch/arm/kernel/vmlinux.lds.h
+++ b/arch/arm/kernel/vmlinux.lds.h
@@ -31,20 +31,11 @@
*(.proc.info.init) \
__proc_info_end = .;
-#define HYPERVISOR_TEXT \
- __hyp_text_start = .; \
- *(.hyp.text) \
- __hyp_text_end = .;
-
#define IDMAP_TEXT \
ALIGN_FUNCTION(); \
__idmap_text_start = .; \
*(.idmap.text) \
__idmap_text_end = .; \
- . = ALIGN(PAGE_SIZE); \
- __hyp_idmap_text_start = .; \
- *(.hyp.idmap.text) \
- __hyp_idmap_text_end = .;
#define ARM_DISCARD \
*(.ARM.exidx.exit.text) \
@@ -72,7 +63,6 @@
SCHED_TEXT \
CPUIDLE_TEXT \
LOCK_TEXT \
- HYPERVISOR_TEXT \
KPROBES_TEXT \
*(.gnu.warning) \
*(.glue_7) \