|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] Re: [patch 05/16] Kexec: Repining for EFI RID
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>
|
- [Xen-ia64-devel] [patch 00/16] Kexec v20080125 - xen, Simon Horman
- [Xen-ia64-devel] [patch 02/16] Kexec: Unpin the correct VHPT TR in ia64_do_tlb_purge, Simon Horman
- [Xen-ia64-devel] [patch 04/16] Kexec: Header changes in preparation for EFI RID, Simon Horman
- [Xen-ia64-devel] [patch 07/16] Kexec: Use a separate RID for EFI, Simon Horman
- [Xen-ia64-devel] [patch 05/16] Kexec: Repining for EFI RID, Simon Horman
- [Xen-ia64-devel] [patch 09/16] Kexec: Add identity mapping of EFI memory to alt_dtlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 13/16] Kexec: Set protection key of identity mapping of EFI in alt_itlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 01/16] Kexec: Pass TR to be unpinned by relocate_new_kernel as an array, Simon Horman
- [Xen-ia64-devel] [patch 12/16] Kexec: Set protection key of identity mapping of EFI in alt_dtlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 11/16] ia64: Add identity mapping of EFI memory to itlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 06/16] Kexec: Define macros for EFI RID, Simon Horman
- [Xen-ia64-devel] [patch 08/16] Kexec: Allow EFI_RID to be used in ivt.S, Simon Horman
- [Xen-ia64-devel] [patch 14/16] Kexec: Set page size identity mapping of EFI in alt_itlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 10/16] Kexec: Add identity mapping of EFI memory to dtlb_miss, Simon Horman
- [Xen-ia64-devel] [patch 03/16] Kexec: Unpin shared_info and mapped_regs TR in ia64_do_tlb_purge, Simon Horman
|
|
|
|
|