projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5ab9c9
)
xsm: Fix xsm_map_gfmn_foreign prototype when XSM is enabled
author
Julien Grall
<julien.grall@linaro.org>
Tue, 25 Feb 2014 08:31:29 +0000
(09:31 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/xen/include/xsm/xsm.h
b/xen/include/xsm/xsm.h
index 193945323e9a019382c1c1df17333a86eaf70f10..5d354552dd912f660bd4d010c4f1de3c0df928ef 100644
(file)
--- a/
xen/include/xsm/xsm.h
+++ b/
xen/include/xsm/xsm.h
@@
-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);
}