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

[Xen-ia64-devel] Re: [patch 05/16] Kexec: Repining for EFI RID

To: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] Re: [patch 05/16] Kexec: Repining for EFI RID
From: Simon Horman <horms@xxxxxxxxxxxx>
Date: Tue, 29 Jan 2008 10:53:50 +1100
Cc: Aron Griffis <aron@xxxxxx>, Isaku Yamahata <yamahata@xxxxxxxxxxxxx>, Alex Williamson <alex.williamson@xxxxxx>, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 28 Jan 2008 15:54:14 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <86C861885FD69Dtakebe_akio@xxxxxxxxxxxxxx>
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: <20080125081958.191499586@xxxxxxxxxxxx> <20080125083442.030983084@xxxxxxxxxxxx> <86C861885FD69Dtakebe_akio@xxxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.17 (2007-11-01)
On Mon, Jan 28, 2008 at 05:32:53PM +0900, Akio Takebe wrote:
> Hi, Horms
> 
> >Index: xen-unstable.hg/xen/include/linux/cpumask.h
> >===================================================================
> >--- xen-unstable.hg.orig/xen/include/linux/cpumask.h 2008-01-24 16:54:44.
> >000000000 +0900
> >+++ xen-unstable.hg/xen/include/linux/cpumask.h      2008-01-24 17:01:23.
> >000000000 +0900
> >@@ -359,6 +359,10 @@ extern cpumask_t cpu_possible_map;
> > extern cpumask_t cpu_online_map;
> > extern cpumask_t cpu_present_map;
> > 
> >+#ifdef XEN
> >+extern cpumask_t percpu_set;
> >+#endif
> >+
> > #if NR_CPUS > 1
> > #define num_online_cpus()   cpus_weight(cpu_online_map)
> > #define num_possible_cpus() cpus_weight(cpu_possible_map)
> 
> xen/include/linux is symbolic link to xen/include/xen,
> so you should make the patch for xen/include/xen.

Thanks Takebe-san, I'll fix that up.

-- 
Horms -> Melbourne Edition


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

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