aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-09-17 11:17:05 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-09-17 11:17:05 +0100
commit42d1b5413abbb88f0f3e8797e59224e30ed3f0b0 (patch)
tree98bd9f49d80c5135ce27bb6485525b4dfe2b9336 /tools/include
parent387202c534df80f08c6eb95667a53623e64bba6f (diff)
downloadxen-42d1b5413abbb88f0f3e8797e59224e30ed3f0b0.tar.gz
xen-42d1b5413abbb88f0f3e8797e59224e30ed3f0b0.tar.bz2
xen-42d1b5413abbb88f0f3e8797e59224e30ed3f0b0.zip
tools: drop ia64 only foreign structs from headers
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/xen-foreign/reference.size5
-rw-r--r--tools/include/xen-foreign/structs.py8
2 files changed, 0 insertions, 13 deletions
diff --git a/tools/include/xen-foreign/reference.size b/tools/include/xen-foreign/reference.size
index c58df4d9b6..fac1b1d258 100644
--- a/tools/include/xen-foreign/reference.size
+++ b/tools/include/xen-foreign/reference.size
@@ -3,12 +3,7 @@ structs | x86_32 x86_64
start_info | 1112 1168
trap_info | 8 16
-pt_fpreg | - -
cpu_user_regs | 68 200
-xen_ia64_boot_param | - -
-ia64_tr_entry | - -
-vcpu_tr_regs | - -
-vcpu_guest_context_regs | - -
vcpu_guest_context | 2800 5168
arch_vcpu_info | 24 16
vcpu_time_info | 32 32
diff --git a/tools/include/xen-foreign/structs.py b/tools/include/xen-foreign/structs.py
index 964829c534..571f7bb3dc 100644
--- a/tools/include/xen-foreign/structs.py
+++ b/tools/include/xen-foreign/structs.py
@@ -5,12 +5,7 @@ unions = [ "vcpu_cr_regs",
structs = [ "start_info",
"trap_info",
- "pt_fpreg",
"cpu_user_regs",
- "xen_ia64_boot_param",
- "ia64_tr_entry",
- "vcpu_tr_regs",
- "vcpu_guest_context_regs",
"vcpu_guest_context",
"arch_vcpu_info",
"vcpu_time_info",
@@ -48,9 +43,6 @@ defines = [ "__i386__",
"_VGCF_online",
"VGCF_online",
- # ia64
- "VGCF_EXTRA_REGS",
-
# all archs
"xen_pfn_to_cr3",
"xen_cr3_to_pfn",