* [PATCH] Re: [Xen-staging] [xen-unstable] [XEN] Various selector and callback cleanups to simplify the tools
[not found] <200611151842.kAFIgMFv015632@latara.uk.xensource.com>
@ 2006-11-15 23:21 ` Alex Williamson
0 siblings, 0 replies; only message in thread
From: Alex Williamson @ 2006-11-15 23:21 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-devel
On Wed, 2006-11-15 at 18:42 +0000, Xen staging patchbot-unstable wrote:
> # HG changeset patch
> # User kfraser@localhost.localdomain
> # Date 1163616066 0
> # Node ID 3fa6635d04b99cfeb936ea9a7ff9dde9b7b5ced8
> # Parent a9d2106313fa4e0bce66762ab09fef78cb93dfe2
> [XEN] Various selector and callback cleanups to simplify the tools
> and assumptions about callback selector values on x86/32.
The patch below fixes an undeclared variable build error caused by
this cset on ia64. Thanks,
Alex
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
---
diff -r 66a169df22c5 tools/libxc/xc_linux_build.c
--- a/tools/libxc/xc_linux_build.c Wed Nov 15 12:50:17 2006 -0800
+++ b/tools/libxc/xc_linux_build.c Wed Nov 15 16:15:29 2006 -0700
@@ -1156,7 +1156,6 @@ static int xc_linux_build_internal(int x
ctxt->user_regs.cr_iip = vkern_entry;
ctxt->user_regs.cr_ifs = 1UL << 63;
ctxt->user_regs.ar_fpsr = xc_ia64_fpsr_default();
- i = 0; /* silence unused variable warning */
#else /* x86 */
/*
* Initial register values:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-15 23:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200611151842.kAFIgMFv015632@latara.uk.xensource.com>
2006-11-15 23:21 ` [PATCH] Re: [Xen-staging] [xen-unstable] [XEN] Various selector and callback cleanups to simplify the tools Alex Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.