Prev: [PATCH 2/2] x86, mem-hotplug: update all PGDs for direct mapping and vmemmap mapping changes on 64bit.
Next: Vous avez dépassé votre limite de quota de courriel
From: Haicheng Li on 19 May 2010 08:00 I'm sorry for my slow response ... Wu Fengguang wrote: >> +static void sync_global_pgds(unsigned long start, unsigned long end) > > It seems that this function can reuse code with vmalloc_sync_all(). agreed. > __init_extra_mapping() is not related to memory hotplug (note: the > __init prefix), so not necessary to change this function? yes, I think you are right. We don't need to change __init_extra_mapping(). >> vmemmap_populate(struct page *start_page, unsigned long size, int node) > It's not necessary to introduce the "start" and "err" variables. > It helps simplify the patch (or you can put them to another cleanup > only patch). ok, let's make the fix as simple as possible. I'll send out the revised version right now. Thank you for the review. -haicheng -- 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/ |