aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/elfcore.h
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/include/xen/elfcore.h
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/include/xen/elfcore.h')
-rw-r--r--xen/include/xen/elfcore.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/include/xen/elfcore.h b/xen/include/xen/elfcore.h
index d0fd4266e8..d3d3910f38 100644
--- a/xen/include/xen/elfcore.h
+++ b/xen/include/xen/elfcore.h
@@ -69,9 +69,6 @@ typedef struct {
unsigned long xen_phys_start;
unsigned long dom0_pfn_to_mfn_frame_list_list;
#endif
-#if defined(__ia64__)
- unsigned long dom0_mm_pgd_mfn;
-#endif
} crash_xen_info_t;
#endif /* __ELFCOREC_H__ */