Re: [PATCH] powerpc/mm: Check gigantic page range correctly inside memblock

2017-07-04 Thread Aneesh Kumar K.V
On Monday 03 July 2017 01:01 PM, Anshuman Khandual wrote: The gigantic page range received from platform actually extends upto (block_size * expeted_pages) starting at any given address instead of just a single 16GB page. Fixes: 4792adbac9eb ("powerpc: Don't use a 16G page if beyond mem= limit

[PATCH] powerpc/mm: Check gigantic page range correctly inside memblock

2017-07-03 Thread Anshuman Khandual
The gigantic page range received from platform actually extends upto (block_size * expeted_pages) starting at any given address instead of just a single 16GB page. Fixes: 4792adbac9eb ("powerpc: Don't use a 16G page if beyond mem= limits") Signed-off-by: Anshuman Khandual --- Though in actual exp