WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] [IA64] Remove bogus hypercall arg

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] [IA64] Remove bogus hypercall arg
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 08 Apr 2008 02:00:46 -0700
Delivery-date: Tue, 08 Apr 2008 02:01:38 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1205171740 21600
# Node ID 716a637722e41aa9c09ceb7ad1460fe148b8c432
# Parent  7d300a1ea762154fa6cbe75040727099806f1893
[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@xxxxxx>
---
 tools/libxc/ia64/xc_ia64_stubs.c |    1 -
 1 files changed, 1 deletion(-)

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 @@ xc_ia64_map_foreign_p2m(int xc_handle, u
     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) {

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] [IA64] Remove bogus hypercall arg, Xen patchbot-unstable <=