[PATCH] sparsemem: fix minor "defaults" issue in mm/Kconfig
authorDave Hansen <haveblue@us.ibm.com>
Thu, 23 Jun 2005 07:07:47 +0000 (00:07 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 23 Jun 2005 16:45:03 +0000 (09:45 -0700)
commit44d0f805c77902a22dda244fd092b4567066b2b9
tree62732a526b6ade8b9cc0f403130ddf4d4b4fdf46
parent93b7504e3e6c1d98586854806e51bea329ea3aa9
[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: Dave Hansen <haveblue@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/Kconfig