]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
ARM: hyp-stub/KVM: Kill __hyp_get_vectors
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 3 Apr 2017 18:38:03 +0000 (19:38 +0100)
committerChristoffer Dall <cdall@linaro.org>
Sun, 9 Apr 2017 14:49:34 +0000 (07:49 -0700)
Nobody is using __hyp_get_vectors anymore, so let's remove both
implementations (hyp-stub and KVM).

Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
arch/arm/include/asm/virt.h
arch/arm/kernel/hyp-stub.S
arch/arm/kvm/init.S
arch/arm/kvm/interrupts.S

index 663adc09c918be81dafdba864b8b7ecad6c01af6..141144f333a2e397f476c236c59aeb3bec766762 100644 (file)
@@ -53,7 +53,6 @@ static inline void sync_boot_mode(void)
 }
 
 void __hyp_set_vectors(unsigned long phys_vector_base);
-unsigned long __hyp_get_vectors(void);
 void __hyp_reset_vectors(void);
 #else
 #define __boot_cpu_mode        (SVC_MODE)
@@ -99,12 +98,11 @@ extern char __hyp_text_end[];
 
 /* Only assembly code should need those */
 
-#define HVC_GET_VECTORS 0
-#define HVC_SET_VECTORS 1
-#define HVC_SOFT_RESTART 2
-#define HVC_RESET_VECTORS 3
+#define HVC_SET_VECTORS 0
+#define HVC_SOFT_RESTART 1
+#define HVC_RESET_VECTORS 2
 
-#define HVC_STUB_HCALL_NR 4
+#define HVC_STUB_HCALL_NR 3
 
 #endif /* __ASSEMBLY__ */
 
index 675c50f5cb5cd53e4c9ab4ee6cfc049952723bca..918c64f171282c0796f1cdc6d4cc9006d68a9446 100644 (file)
@@ -202,12 +202,7 @@ ARM_BE8(orr        r7, r7, #(1 << 25))     @ HSCTLR.EE
 ENDPROC(__hyp_stub_install_secondary)
 
 __hyp_stub_do_trap:
-       teq     r0, #HVC_GET_VECTORS
-       bne     1f
-       mrc     p15, 4, r0, c12, c0, 0  @ get HVBAR
-       b       __hyp_stub_exit
-
-1:     teq     r0, #HVC_SET_VECTORS
+       teq     r0, #HVC_SET_VECTORS
        bne     1f
        mcr     p15, 4, r1, c12, c0, 0  @ set HVBAR
        b       __hyp_stub_exit
@@ -247,12 +242,6 @@ ENDPROC(__hyp_stub_do_trap)
  * so you will need to set that to something sensible at the new hypervisor's
  * initialisation entry point.
  */
-ENTRY(__hyp_get_vectors)
-       mov     r0, #HVC_GET_VECTORS
-       __HVC(0)
-       ret     lr
-ENDPROC(__hyp_get_vectors)
-
 ENTRY(__hyp_set_vectors)
        mov     r1, r0
        mov     r0, #HVC_SET_VECTORS
index e53360dceb194d446878d6ed97c3e7d23c3542a0..87bcd7ae4552b4047c81dce4fdada644c0a58300 100644 (file)
@@ -122,12 +122,7 @@ __do_hyp_init:
        eret
 
 ENTRY(__kvm_handle_stub_hvc)
-       cmp     r0, #HVC_GET_VECTORS
-       bne     1f
-       mrc     p15, 4, r0, c12, c0, 0  @ get HVBAR
-       b       exit
-
-1:     cmp     r0, #HVC_SOFT_RESTART
+       cmp     r0, #HVC_SOFT_RESTART
        bne     1f
 
        /* The target is expected in r1 */
index b1bd316f14c0adb31a161a3474b1706fa605064c..80a1d6cd261cecf25df08f0e00e8b66c4a539e1d 100644 (file)
  * in Hyp mode (see init_hyp_mode in arch/arm/kvm/arm.c).  Return values are
  * passed in r0 (strictly 32bit).
  *
- * A function pointer with a value of 0xffffffff has a special meaning,
- * and is used to implement __hyp_get_vectors in the same way as in
- * arch/arm/kernel/hyp_stub.S.
- *
  * The calling convention follows the standard AAPCS:
  *   r0 - r3: caller save
  *   r12:     caller save