From: Kees Cook Date: Tue, 2 Oct 2012 18:16:48 +0000 (-0700) Subject: arch/x86/um: remove depends on CONFIG_EXPERIMENTAL X-Git-Tag: next-20121107~4^2~61 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f0bf760abde72a12394c69b433f28cb5a44e2d32;p=karo-tx-linux.git arch/x86/um: remove depends on CONFIG_EXPERIMENTAL The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: Jeff Dike CC: Richard Weinberger CC: Thomas Gleixner CC: Ingo Molnar CC: "H. Peter Anvin" Signed-off-by: Kees Cook Acked-by: Richard Weinberger --- diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig index 07611759ce35..3a43b7ae7bad 100644 --- a/arch/x86/um/Kconfig +++ b/arch/x86/um/Kconfig @@ -37,9 +37,8 @@ config RWSEM_GENERIC_SPINLOCK def_bool !RWSEM_XCHGADD_ALGORITHM config 3_LEVEL_PGTABLES - bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT + bool "Three-level pagetables" if !64BIT default 64BIT - depends on EXPERIMENTAL help Three-level pagetables will let UML have more than 4G of physical memory. All the memory that can't be mapped directly will be treated