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