Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end

I have no idea what these were for - probably a leftover from an
early implementation. Good bye!

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>

-3
-3
arch/arm/include/asm/kvm_asm.h
··· 55 55 extern char __kvm_hyp_init[]; 56 56 extern char __kvm_hyp_init_end[]; 57 57 58 - extern char __kvm_hyp_exit[]; 59 - extern char __kvm_hyp_exit_end[]; 60 - 61 58 extern char __kvm_hyp_vector[]; 62 59 63 60 extern void __kvm_flush_vm_context(void);