aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/tmem_xen.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-04-03 12:35:35 +0200
committerJan Beulich <jbeulich@suse.com>2012-04-03 12:35:35 +0200
commit570c311ca2c7a1131570cdfc77e977bc7a9bf4c0 (patch)
tree727a5b57670ed6eef54aa89de3f9699be441df83 /xen/common/tmem_xen.c
parent62872b0f0311eacd40100663d31faf7cafa24586 (diff)
downloadxen-570c311ca2c7a1131570cdfc77e977bc7a9bf4c0.tar.gz
xen-570c311ca2c7a1131570cdfc77e977bc7a9bf4c0.tar.bz2
xen-570c311ca2c7a1131570cdfc77e977bc7a9bf4c0.zip
remove ia64
It retains IA64-specific bits in code imported from elsewhere (e.g. ACPI, EFI) as well as in the public headers. It also doesn't touch the tools, mini-os, and unmodified_drivers sub-trees. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/tmem_xen.c')
-rw-r--r--xen/common/tmem_xen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/tmem_xen.c b/xen/common/tmem_xen.c
index 37e82896f5..84b5bb27d6 100644
--- a/xen/common/tmem_xen.c
+++ b/xen/common/tmem_xen.c
@@ -88,7 +88,7 @@ void tmh_copy_page(char *to, char*from)
#endif
}
-#if defined(__ia64__) || defined (CONFIG_ARM)
+#if defined(CONFIG_ARM)
static inline void *cli_get_page(tmem_cli_mfn_t cmfn, unsigned long *pcli_mfn,
pfp_t **pcli_pfp, bool_t cli_write)
{