5 messages in com.xensource.lists.xen-ia64-develRe: [Xen-ia64-devel] [patch] sn2 glob...
FromSent OnAttachments
Jes Sorensen19 Jun 2007 01:03 
Jes Sorensen19 Jun 2007 01:03.diff
Alex Williamson19 Jun 2007 14:34 
Jes Sorensen20 Jun 2007 00:14.diff
Alex Williamson20 Jun 2007 14:44 
Subject:Re: [Xen-ia64-devel] [patch] sn2 global_tlb_purge implementation
From:Alex Williamson (alex@hp.com)
Date:06/20/2007 02:44:40 PM
List:com.xensource.lists.xen-ia64-devel

On Wed, 2007-06-20 at 09:14 +0200, Jes Sorensen wrote:

Alex Williamson wrote:

On Tue, 2007-06-19 at 10:04 +0200, Jes Sorensen wrote:

diff -r f5c03237a7f0 -r 5f526ad0298b xen/arch/ia64/linux-xen/sn/kernel/sn2_smp.c --- a/xen/arch/ia64/linux-xen/sn/kernel/sn2_smp.c Tue Jun 19 09:35:38 2007 +0200 +++ b/xen/arch/ia64/linux-xen/sn/kernel/sn2_smp.c Tue Jun 19 09:59:52 2007 +0200 @@ -160,21 +160,97 @@ void sn_tlb_migrate_finish(struct mm_str // static cpumask_t mask_all = CPU_MASK_ALL; #endif

Minor nit, but don't you want that ifdef XEN down below right here? Thanks,

Seems reasonable :-)

Try this one instead.

Great. Applied. Thanks,

Alex