xsm: Fix xsm_map_gfmn_foreign prototype when XSM is enabled
authorJulien Grall <julien.grall@linaro.org>
Tue, 25 Feb 2014 08:31:29 +0000 (09:31 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 25 Feb 2014 08:31:29 +0000 (09:31 +0100)
Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
xen/include/xsm/xsm.h

index 193945323e9a019382c1c1df17333a86eaf70f10..5d354552dd912f660bd4d010c4f1de3c0df928ef 100644 (file)
@@ -621,7 +621,7 @@ static inline int xsm_ioport_mapping (xsm_default_t def, struct domain *d, uint3
 #endif /* CONFIG_X86 */
 
 #ifdef CONFIG_ARM
-static inline int xsm_map_gmfn_foreign (struct domain *d, struct domain *t)
+static inline int xsm_map_gmfn_foreign (xsm_default_t def, struct domain *d, struct domain *t)
 {
     return xsm_ops->map_gmfn_foreign(d, t);
 }