aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/tmem_xen.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2010-10-24 13:17:42 +0100
committerKeir Fraser <keir@xen.org>2010-10-24 13:17:42 +0100
commitcd8c5cb75aa2f699e399aa19bcd9120d6b27bbef (patch)
tree04a4cfcd0a6457e93146ccaa88d2e8427f292b2d /xen/common/tmem_xen.c
parentf9ee068de49cd18429fa786622b411044489cd5a (diff)
downloadxen-cd8c5cb75aa2f699e399aa19bcd9120d6b27bbef.tar.gz
xen-cd8c5cb75aa2f699e399aa19bcd9120d6b27bbef.tar.bz2
xen-cd8c5cb75aa2f699e399aa19bcd9120d6b27bbef.zip
ia64: fix build in grant table and tmem code
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/common/tmem_xen.c')
-rw-r--r--xen/common/tmem_xen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/common/tmem_xen.c b/xen/common/tmem_xen.c
index f1aa709b82..0221355ea7 100644
--- a/xen/common/tmem_xen.c
+++ b/xen/common/tmem_xen.c
@@ -95,8 +95,8 @@ static inline void *cli_get_page(tmem_cli_mfn_t cmfn, unsigned long *pcli_mfn,
return NULL;
}
-static inline void cli_put_page(void *cli_va, struct page_info *cli_pfp,
- bool_t mark_dirty)
+static inline void cli_put_page(void *cli_va, pfp_t *cli_pfp,
+ unsigned long cli_mfn, bool_t mark_dirty)
{
ASSERT(0);
}