All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel <xen-devel@lists.xensource.com>
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	[thread overview]
Message-ID: <1163632867.5528.24.camel@lappy> (raw)
In-Reply-To: <200611151842.kAFIgMFv015632@latara.uk.xensource.com>

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:

           reply	other threads:[~2006-11-15 23:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <200611151842.kAFIgMFv015632@latara.uk.xensource.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1163632867.5528.24.camel@lappy \
    --to=alex.williamson@hp.com \
    --cc=Keir.Fraser@cl.cam.ac.uk \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.