|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1186] xen ia64 build failure using gcc-4.3
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1186
------- Comment #2 from yamahata@xxxxxxxxxxxxx 2008-03-10 02:47 -------
The last arg isn't used, my bad. So could you try removing the line?
diff --git a/tools/libxc/ia64/xc_ia64_stubs.c
b/tools/libxc/ia64/xc_ia64_stubs.c
--- a/tools/libxc/ia64/xc_ia64_stubs.c
+++ b/tools/libxc/ia64/xc_ia64_stubs.c
@@ -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)
{
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|