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-ia64-devel

Re: [Xen-ia64-devel] [patch 05/14] Kexec: partial port of CPU_HOTPLUG

To: Alex Williamson <alex.williamson@xxxxxx>
Subject: Re: [Xen-ia64-devel] [patch 05/14] Kexec: partial port of CPU_HOTPLUG
From: Horms <horms@xxxxxxxxxxxx>
Date: Thu, 13 Sep 2007 17:07:51 +0900
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 13 Sep 2007 01:08:06 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1189621247.6784.40.camel@lappy>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20070912080845.674923870@xxxxxxxxxxxx> <20070912082602.075435134@xxxxxxxxxxxx> <1189621247.6784.40.camel@lappy>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: mutt-ng/devel-r804 (Debian)
On Wed, Sep 12, 2007 at 12:20:47PM -0600, Alex Williamson wrote:
> On Wed, 2007-09-12 at 17:08 +0900, Simon Horman wrote:
> > 
> > +   /* Ensure that we are not runnable on dying cpu */
> > +   /* This is current->cpus_allowed on Linux,
> > +    * which may well work completely differently */
> > +   old_affinity = current->cpu_affinity;
> > +   tmp = (cpumask_t)CPU_MASK_ALL;
> > +   cpu_clear(cpu, tmp);
> 
>    Is it just me, or does this not do anything at all?
> 
> > Index: xen-unstable.hg/xen/include/asm-ia64/linux-xen/linux/cpu.h
> 
> README.origin in this directory also needs to be updated.

Sorry, I didn't know about the README.orgin scheeme.
I have probably missed this in a few other places too.

-- 
Horms
  H: http://www.vergenet.net/~horms/
  W: http://www.valinux.co.jp/en/


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

<Prev in Thread] Current Thread [Next in Thread>