提交 44d0f805 编写于 作者: D Dave Hansen 提交者: Linus Torvalds

[PATCH] sparsemem: fix minor "defaults" issue in mm/Kconfig

The following patch applies on top of 2.6.12-rc2-mm1.  It fixes a minor
user interaction issue, and an early reference to SPARSEMEM.

This "choice" menu would always default to FLATMEM, as it was listed first.
 Move it to the end so that the other defaults have a chance first.
Signed-off-by: NDave Hansen <haveblue@us.ibm.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 93b7504e
choice choice
prompt "Memory model" prompt "Memory model"
default FLATMEM
default SPARSEMEM if ARCH_SPARSEMEM_DEFAULT
default DISCONTIGMEM if ARCH_DISCONTIGMEM_DEFAULT default DISCONTIGMEM if ARCH_DISCONTIGMEM_DEFAULT
default FLATMEM
config FLATMEM config FLATMEM
bool "Flat Memory" bool "Flat Memory"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册