xen/arm: Don't need to export p2m_load_VTTBR
authorJulien Grall <julien.grall@linaro.org>
Wed, 19 Mar 2014 15:43:39 +0000 (15:43 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 1 Apr 2014 10:24:17 +0000 (11:24 +0100)
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Tim Deegan <tim@xen.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/p2m.c
xen/include/asm-arm/p2m.h

index 979fe5b0b77125f1796aede704170df1151cbed6..403fd89771618443480632ffa5195b159467e22e 100644 (file)
@@ -35,7 +35,7 @@ void dump_p2m_lookup(struct domain *d, paddr_t addr)
     unmap_domain_page(first);
 }
 
-void p2m_load_VTTBR(struct domain *d)
+static void p2m_load_VTTBR(struct domain *d)
 {
     if ( is_idle_domain(d) )
         return;
index e1013c8092ca8b3d5c6b594fc7baa79b8873376f..bd71abe9f75654011e7b9fb9883ba33c1978f6a9 100644 (file)
@@ -72,9 +72,6 @@ int relinquish_p2m_mapping(struct domain *d);
  */
 int p2m_alloc_table(struct domain *d);
 
-/* */
-void p2m_load_VTTBR(struct domain *d);
-
 /* Context switch */
 void p2m_save_state(struct vcpu *p);
 void p2m_restore_state(struct vcpu *n);