aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/tmem_xen.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-11-30 10:58:23 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-11-30 10:58:23 +0000
commitd922877f6e7629f81642e94959d4cddf485a009a (patch)
tree6771d34bafa0281de322c93435b931831a5c67af /xen/common/tmem_xen.c
parentc1fcbadd2cb7056e66e35b7661d36dc8985a29ec (diff)
downloadxen-d922877f6e7629f81642e94959d4cddf485a009a.tar.gz
xen-d922877f6e7629f81642e94959d4cddf485a009a.tar.bz2
xen-d922877f6e7629f81642e94959d4cddf485a009a.zip
ia64: eliminate build warnings
Various warnings appeared since 3.4 - eliminate at least some of them. Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'xen/common/tmem_xen.c')
-rw-r--r--xen/common/tmem_xen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/common/tmem_xen.c b/xen/common/tmem_xen.c
index 12e67f3464..950c9c03da 100644
--- a/xen/common/tmem_xen.c
+++ b/xen/common/tmem_xen.c
@@ -84,6 +84,7 @@ void tmh_copy_page(char *to, char*from)
static inline void *cli_mfn_to_va(tmem_cli_mfn_t cmfn, unsigned long *pcli_mfn)
{
ASSERT(0);
+ return NULL;
}
#define paging_mark_dirty(_x,_y) do {} while(0)
#else