Message ID | 961717d1-ce7b-9ea2-a183-9aa7fb187172@molgen.mpg.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | x86/mm: Update `X86_5LEVEL` Kconfig description | expand |
On Mon, Feb 10, 2020 at 05:37:31PM +0100, Paul Menzel wrote: > Date: Mon, 10 Feb 2020 17:32:35 +0100 > > As the default is to select the option `X86_5LEVEL`, the recommendation > should also be to select it. > > Fixes: 18ec1eaf58 ("x86/mm: Enable 5-level paging support by default") > Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index beea77046f9b..dd8d28c6a595 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1501,7 +1501,7 @@ config X86_5LEVEL See Documentation/x86/x86_64/5level-paging.rst for more information. - Say N if unsure. + Say Y if unsure. config X86_DIRECT_GBPAGES def_bool y
Date: Mon, 10 Feb 2020 17:32:35 +0100 As the default is to select the option `X86_5LEVEL`, the recommendation should also be to select it. Fixes: 18ec1eaf58 ("x86/mm: Enable 5-level paging support by default") Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> --- arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)