projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e515e
)
ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end
author
Marc Zyngier
<marc.zyngier@arm.com>
Tue, 5 Jan 2016 22:55:10 +0000
(22:55 +0000)
committer
Marc Zyngier
<marc.zyngier@arm.com>
Mon, 29 Feb 2016 18:34:15 +0000
(18:34 +0000)
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>
arch/arm/include/asm/kvm_asm.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/include/asm/kvm_asm.h
b/arch/arm/include/asm/kvm_asm.h
index 083825f12c936baaa54d609be722cc3d8413cc53..15d58b42d5a18aa6e56203dd2f15d6843afc97a0 100644
(file)
--- a/
arch/arm/include/asm/kvm_asm.h
+++ b/
arch/arm/include/asm/kvm_asm.h
@@
-55,9
+55,6
@@
struct kvm_vcpu;
extern char __kvm_hyp_init[];
extern char __kvm_hyp_init_end[];
-extern char __kvm_hyp_exit[];
-extern char __kvm_hyp_exit_end[];
-
extern char __kvm_hyp_vector[];
extern void __kvm_flush_vm_context(void);