From: Kirill A. Shutemov Date: Tue, 14 Apr 2015 22:45:45 +0000 (-0700) Subject: ia64: expose number of page table levels on Kconfig level X-Git-Tag: omap-for-v4.1/fixes-rc1~151^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d66bcc7cf762e82703b94d416245d4a216c79ae;p=pandora-kernel.git ia64: expose number of page table levels on Kconfig level We would want to use number of page table level to define mm_struct. Let's expose it as CONFIG_PGTABLE_LEVELS. We need to define PGTABLE_LEVELS before sourcing init/Kconfig: arch/Kconfig will define default value and it's sourced from init/Kconfig. Signed-off-by: Kirill A. Shutemov Cc: Tony Luck Cc: Fenghua Yu Tested-by: Guenter Roeck Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed