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: Simon Horman <horms@xxxxxxxxxxxx>, xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] Re: [patch 05/16] Kexec: Repining for EFI RID
From: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Date: Mon, 28 Jan 2008 17:32:53 +0900
Cc: Aron Griffis <aron@xxxxxx>, Isaku Yamahata <yamahata@xxxxxxxxxxxxx>, Alex Williamson <alex.williamson@xxxxxx>
Delivery-date: Mon, 28 Jan 2008 00:35:22 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <20080125083442.030983084@xxxxxxxxxxxx>
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>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
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.

Best Regards,

Akio Takebe


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

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