Prev: Vous avez dépassé votre limite de quota de courriel
Next: rwsem: lighter active count checks when waking up readers
From: Wu Fengguang on 19 May 2010 08:20 > @@ -1033,6 +1038,7 @@ vmemmap_populate(struct page *start_page, unsigned long size, int node) > } > > } > + sync_global_pgds((unsigned long)start_page, end); Here you removed the tlb flush in the original patch. Is it safe to do so? Thanks, Fengguang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Wu Fengguang on 20 May 2010 22:50
Reviewed-by: Wu Fengguang <fengguang.wu(a)intel.com> Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |