Re: [V2] powerpc/Kconfig: Update config option based on page size.
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-04-11 12:35:17
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-04-11 12:35:17
On Fri, 2016-19-02 at 05:38:47 UTC, Rashmica Gupta wrote:
Currently on PPC64 changing kernel pagesize from 4K to 64K leaves FORCE_MAX_ZONEORDER set to 13 - which produces a compile error.
...
So, update the range of FORCE_MAX_ZONEORDER from 9-64 to 8-9 for 64K pages and from 13-64 to 9-13 for 4K pages. Signed-off-by: Rashmica Gupta <redacted> Reviewed-by: Balbir Singh <bsingharora@gmail.com>
Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/a7ee539584acf4a565b7439cea cheers