Re: [PATCH v3 7/8] powerpc/mm: Consolidate radix and hash address map details

2019-04-17 Thread Nicholas Piggin
Michael Ellerman's on April 17, 2019 10:34 pm: > Nicholas Piggin writes: >> Aneesh Kumar K.V's on April 16, 2019 8:07 pm: >>> We now have >>> >>> 4K page size config >>> >>> kernel_region_map_size = 16TB >>> kernel vmalloc start = 0xc0001000 >>> kernel IO start=

Re: [PATCH v3 7/8] powerpc/mm: Consolidate radix and hash address map details

2019-04-17 Thread Michael Ellerman
Nicholas Piggin writes: > Aneesh Kumar K.V's on April 16, 2019 8:07 pm: >> We now have >> >> 4K page size config >> >> kernel_region_map_size = 16TB >> kernel vmalloc start = 0xc0001000 >> kernel IO start= 0xc0002000 >> kernel vmemmap start = 0xc0003000

Re: [PATCH v3 7/8] powerpc/mm: Consolidate radix and hash address map details

2019-04-16 Thread Aneesh Kumar K.V
On 4/16/19 7:33 PM, Nicholas Piggin wrote: Aneesh Kumar K.V's on April 16, 2019 8:07 pm: We now have 4K page size config kernel_region_map_size = 16TB kernel vmalloc start = 0xc0001000 kernel IO start= 0xc0002000 kernel vmemmap start = 0xc0003000

Re: [PATCH v3 7/8] powerpc/mm: Consolidate radix and hash address map details

2019-04-16 Thread Nicholas Piggin
Aneesh Kumar K.V's on April 16, 2019 8:07 pm: > We now have > > 4K page size config > > kernel_region_map_size = 16TB > kernel vmalloc start = 0xc0001000 > kernel IO start= 0xc0002000 > kernel vmemmap start = 0xc0003000 > > with 64K page size config: > >