[PATCHv3 07/17] mips: expose number of page table levels on Kconfig level

2015-02-26 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. Signed-off-by: Kirill A. Shutemov Cc: Ralf Baechle Tested-by: Guenter Roeck --- arch/mips/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/mips/Kconfig

[PATCHv3 07/17] mips: expose number of page table levels on Kconfig level

2015-02-26 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. Signed-off-by: Kirill A. Shutemov kirill.shute...@linux.intel.com Cc: Ralf Baechle r...@linux-mips.org Tested-by: Guenter Roeck li...@roeck-us.net --- arch/mips/Kconfig | 5 + 1