diff options
author | Marc Zyngier <maz@kernel.org> | 2020-01-25 00:11:46 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-03-24 11:56:05 +0100 |
commit | 3fbb96c054e28d9f7d63535ef7df9968d747426e (patch) | |
tree | 1e040ba89dc00facc930fff9dff560a5824bb7bd /arch/arm/include/asm/virt.h | |
parent | arm: Remove 32bit KVM host support (diff) | |
download | linux-3fbb96c054e28d9f7d63535ef7df9968d747426e.tar.xz 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/include/asm/virt.h')
-rw-r--r-- | arch/arm/include/asm/virt.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/include/asm/virt.h b/arch/arm/include/asm/virt.h index 6cd4e33418e9..47600a5894b1 100644 --- a/arch/arm/include/asm/virt.h +++ b/arch/arm/include/asm/virt.h @@ -67,13 +67,6 @@ static inline bool is_kernel_in_hyp_mode(void) return false; } -/* The section containing the hypervisor idmap text */ -extern char __hyp_idmap_text_start[]; -extern char __hyp_idmap_text_end[]; - -/* The section containing the hypervisor text */ -extern char __hyp_text_start[]; -extern char __hyp_text_end[]; #endif #else |