From fb94ee0dddfbed5d759b9bfbc69dd01a40497520 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 12 May 2008 10:15:07 +0100 Subject: x86: fix a few 32-on-64 compat mode issues - handle VCPUOP_register_vcpu_info and VCPUOP_get_physid (and add respective layout checks) - add missing structure size check for struct vcpu_info - add missing layout check for vcpu_set_periodic_timer - handle VCPUOP_set_singleshot_timer via argument translation as the structure sizes differ (due to padding in 64-bits) Signed-off-by: Jan Beulich --- xen/tools/get-fields.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'xen/tools') diff --git a/xen/tools/get-fields.sh b/xen/tools/get-fields.sh index cf81061e4b..0a3885bea7 100644 --- a/xen/tools/get-fields.sh +++ b/xen/tools/get-fields.sh @@ -310,7 +310,6 @@ build_body () done echo " \\" echo "} while (0)" - echo "" } check_field () -- cgit v1.2.3