Re: [PATCH v3 2/5] powerpc/mm: refactor {create,remove}_section_mapping()

2016-12-19 Thread Balbir Singh
On 12/16/2016 06:50 AM, Reza Arbab wrote: Change {create,remove}_section_mapping() to be wrappers around functions prefixed with "hash__". This is preparation for the addition of their "radix__" variants. No functional change. Signed-off-by: Reza Arbab Acked-by:

Re: [PATCH v3 2/5] powerpc/mm: refactor {create,remove}_section_mapping()

2016-12-19 Thread Reza Arbab
On Mon, Dec 19, 2016 at 02:30:28PM +0530, Aneesh Kumar K.V wrote: Reza Arbab writes: Change {create,remove}_section_mapping() to be wrappers around functions prefixed with "hash__". This is preparation for the addition of their "radix__" variants. No functional

Re: [PATCH v3 2/5] powerpc/mm: refactor {create, remove}_section_mapping()

2016-12-19 Thread Aneesh Kumar K.V
Reza Arbab writes: > Change {create,remove}_section_mapping() to be wrappers around functions > prefixed with "hash__". > > This is preparation for the addition of their "radix__" variants. No > functional change. > I think this can go upstream now ? To fixup broken

[PATCH v3 2/5] powerpc/mm: refactor {create, remove}_section_mapping()

2016-12-15 Thread Reza Arbab
Change {create,remove}_section_mapping() to be wrappers around functions prefixed with "hash__". This is preparation for the addition of their "radix__" variants. No functional change. Signed-off-by: Reza Arbab --- arch/powerpc/include/asm/book3s/64/hash.h | 5 +