Re: [PATCH 02/19] arm64: expose number of page table levels on Kconfig level

2015-01-30 Thread Jungseok Lee
On Jan 30, 2015, at 11:56 PM, Catalin Marinas wrote: > On Fri, Jan 30, 2015 at 02:43:11PM +, Kirill A. Shutemov wrote: >> We would want to use number of page table level to define mm_struct. >> Let's expose it as CONFIG_PGTABLE_LEVELS. >> >> ARM64_PGTABLE_LEVELS is renamed to PGTABLE_LEVELS

Re: [PATCH 02/19] arm64: expose number of page table levels on Kconfig level

2015-01-30 Thread Catalin Marinas
On Fri, Jan 30, 2015 at 02:43:11PM +, Kirill A. Shutemov wrote: > We would want to use number of page table level to define mm_struct. > Let's expose it as CONFIG_PGTABLE_LEVELS. > > ARM64_PGTABLE_LEVELS is renamed to PGTABLE_LEVELS and defined before > sourcing init/Kconfig: arch/Kconfig

[PATCH 02/19] arm64: expose number of page table levels on Kconfig level

2015-01-30 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. ARM64_PGTABLE_LEVELS is renamed to PGTABLE_LEVELS and defined before sourcing init/Kconfig: arch/Kconfig will define default value and it's sourced from init/Kconfig. Signed-off-by:

Re: [PATCH 02/19] arm64: expose number of page table levels on Kconfig level

2015-01-30 Thread Jungseok Lee
On Jan 30, 2015, at 11:56 PM, Catalin Marinas wrote: On Fri, Jan 30, 2015 at 02:43:11PM +, Kirill A. Shutemov wrote: We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. ARM64_PGTABLE_LEVELS is renamed to PGTABLE_LEVELS and

[PATCH 02/19] arm64: expose number of page table levels on Kconfig level

2015-01-30 Thread Kirill A. Shutemov
We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. ARM64_PGTABLE_LEVELS is renamed to PGTABLE_LEVELS and defined before sourcing init/Kconfig: arch/Kconfig will define default value and it's sourced from init/Kconfig. Signed-off-by:

Re: [PATCH 02/19] arm64: expose number of page table levels on Kconfig level

2015-01-30 Thread Catalin Marinas
On Fri, Jan 30, 2015 at 02:43:11PM +, Kirill A. Shutemov wrote: We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. ARM64_PGTABLE_LEVELS is renamed to PGTABLE_LEVELS and defined before sourcing init/Kconfig: arch/Kconfig will