Re: [PATCH 4/9] powerpc/mm: Reshuffle vmemmap_free()

2017-04-11 Thread Stephen Rothwell
Hi Oliver, On Wed, 12 Apr 2017 03:42:28 +1000 Oliver O'Halloran wrote: > > diff --git a/arch/powerpc/mm/init_64.c b/arch/powerpc/mm/init_64.c > index ec84b31c6c86..f8124edb6ffa 100644 > --- a/arch/powerpc/mm/init_64.c > +++ b/arch/powerpc/mm/init_64.c > @@ -234,12 +234,15 @@ static unsigned long

[PATCH 4/9] powerpc/mm: Reshuffle vmemmap_free()

2017-04-11 Thread Oliver O'Halloran
Removes an indentation level and shuffles some code around to make the following patch cleaner. No functional changes. Signed-off-by: Oliver O'Halloran --- arch/powerpc/mm/init_64.c | 47 +-- 1 file changed, 25 insertions(+), 22 deletions(-) diff --gi