Re: [PATCH v3 04/21] powerpc/mm: Do radix device tree scanning earlier

2016-07-28 Thread Balbir Singh
On Thu, Jul 28, 2016 at 06:11:18PM +1000, Michael Ellerman wrote: > Balbir Singh writes: > > > On 28/07/16 00:18, Michael Ellerman wrote: > >> diff --git a/arch/powerpc/mm/pgtable-radix.c > >> b/arch/powerpc/mm/pgtable-radix.c > >> index 003ff48a11b6..f34ccdbe0fbd 100644 > >> --- a/arch/powerpc/

Re: [PATCH v3 04/21] powerpc/mm: Do radix device tree scanning earlier

2016-07-28 Thread Michael Ellerman
Balbir Singh writes: > On 28/07/16 00:18, Michael Ellerman wrote: >> diff --git a/arch/powerpc/mm/pgtable-radix.c >> b/arch/powerpc/mm/pgtable-radix.c >> index 003ff48a11b6..f34ccdbe0fbd 100644 >> --- a/arch/powerpc/mm/pgtable-radix.c >> +++ b/arch/powerpc/mm/pgtable-radix.c >> @@ -343,7 +343,6

Re: [PATCH v3 04/21] powerpc/mm: Do radix device tree scanning earlier

2016-07-27 Thread Balbir Singh
On 28/07/16 00:18, Michael Ellerman wrote: > Like we just did for hash, split the device tree scanning parts out and > call them from mmu_early_init_devtree(). > > Signed-off-by: Michael Ellerman > --- > arch/powerpc/include/asm/book3s/64/mmu.h | 1 + > arch/powerpc/mm/init_64.c

[PATCH v3 04/21] powerpc/mm: Do radix device tree scanning earlier

2016-07-27 Thread Michael Ellerman
Like we just did for hash, split the device tree scanning parts out and call them from mmu_early_init_devtree(). Signed-off-by: Michael Ellerman --- arch/powerpc/include/asm/book3s/64/mmu.h | 1 + arch/powerpc/mm/init_64.c| 4 +++- arch/powerpc/mm/pgtable-radix.c | 3 +--