Re: [RFC 1/4] powerpc/mm: Rename variable to reflect start address of a section

2016-02-18 Thread Anshuman Khandual
On 02/18/2016 08:04 PM, Michael Ellerman wrote: > On Wed, 2016-02-17 at 17:42 +0530, Anshuman Khandual wrote: > >> The commit (16a05bff1: powerpc: start loop at section start of >> start in vmemmap_populated()) reused 'start' variable to compute >> the starting address of the memory section where

Re: [RFC 1/4] powerpc/mm: Rename variable to reflect start address of a section

2016-02-18 Thread Michael Ellerman
On Wed, 2016-02-17 at 17:42 +0530, Anshuman Khandual wrote: > The commit (16a05bff1: powerpc: start loop at section start of > start in vmemmap_populated()) reused 'start' variable to compute > the starting address of the memory section where the given address > belongs. Then the same variable is

[RFC 1/4] powerpc/mm: Rename variable to reflect start address of a section

2016-02-17 Thread Anshuman Khandual
The commit (16a05bff1: powerpc: start loop at section start of start in vmemmap_populated()) reused 'start' variable to compute the starting address of the memory section where the given address belongs. Then the same variable is used for iterating over starting address of all memory sections befor