diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-06-30 13:40:41 -0400 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2016-07-03 17:41:27 -0400 |
commit | 1df3e2347a432fec7ec4aea67161986e116f68eb (patch) | |
tree | b0c183477ff92caf601581ff5cb11a6681c732f4 /arch/arm/kvm | |
parent | fd81e6bf3928c14f90a033df164c375d4ce0fd85 (diff) |
arm/arm64: KVM: Export __hyp_text_start/end symbols
Declare the __hyp_text_start/end symbols in asm/virt.h so that
they can be reused without having to declare them locally.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Diffstat (limited to 'arch/arm/kvm')
-rw-r--r-- | arch/arm/kvm/mmu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/kvm/mmu.c b/arch/arm/kvm/mmu.c index 679608fa1666..f004e7017201 100644 --- a/arch/arm/kvm/mmu.c +++ b/arch/arm/kvm/mmu.c | |||
@@ -32,8 +32,6 @@ | |||
32 | 32 | ||
33 | #include "trace.h" | 33 | #include "trace.h" |
34 | 34 | ||
35 | extern char __hyp_idmap_text_start[], __hyp_idmap_text_end[]; | ||
36 | |||
37 | static pgd_t *boot_hyp_pgd; | 35 | static pgd_t *boot_hyp_pgd; |
38 | static pgd_t *hyp_pgd; | 36 | static pgd_t *hyp_pgd; |
39 | static pgd_t *merged_hyp_pgd; | 37 | static pgd_t *merged_hyp_pgd; |