Re: [PATCH v6 1/5] mm/sparse: Add a static variable nr_present_sections

2018-06-28 Thread Oscar Salvador
On Thu, Jun 28, 2018 at 02:28:53PM +0800, Baoquan He wrote: > It's used to record how many memory sections are marked as present > during system boot up, and will be used in the later patch. > > Signed-off-by: Baoquan He > Reviewed-by: Pavel Tatashin Reviewed-by: Oscar Salvador > --- > mm/sp

[PATCH v6 1/5] mm/sparse: Add a static variable nr_present_sections

2018-06-27 Thread Baoquan He
It's used to record how many memory sections are marked as present during system boot up, and will be used in the later patch. Signed-off-by: Baoquan He Reviewed-by: Pavel Tatashin --- mm/sparse.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/mm/sparse.c b/mm/sparse.c index f13f272