From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH] Re: [Xen-staging] [xen-unstable] [XEN] Various selector and callback cleanups to simplify the tools Date: Wed, 15 Nov 2006 16:21:07 -0700 Message-ID: <1163632867.5528.24.camel@lappy> References: <200611151842.kAFIgMFv015632@latara.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200611151842.kAFIgMFv015632@latara.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel List-Id: xen-devel@lists.xenproject.org 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 --- 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: