Blob Blame History Raw
changeset:   17350:716a637722e4
user:        Alex Williamson <alex.williamson@hp.com>
date:        Mon Mar 10 11:55:40 2008 -0600
files:       tools/libxc/ia64/xc_ia64_stubs.c
description:
[IA64] Remove bogus hypercall arg

privcmd_hypercall_t only has 5 args.  This causes a build failure
with gcc-4.3.  Fixes bugzilla #1186.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>


diff -r 7d300a1ea762 -r 716a637722e4 tools/libxc/ia64/xc_ia64_stubs.c
--- a/tools/libxc/ia64/xc_ia64_stubs.c	Mon Mar 10 11:52:25 2008 -0600
+++ b/tools/libxc/ia64/xc_ia64_stubs.c	Mon Mar 10 11:55:40 2008 -0600
@@ -92,7 +92,6 @@
     hypercall.arg[2] = dom;
     hypercall.arg[3] = (unsigned long)memmap_info;
     hypercall.arg[4] = flags;
-    hypercall.arg[5] = 0;
 
     if (lock_pages(memmap_info,
                    sizeof(*memmap_info) + memmap_info->efi_memmap_size) != 0) {