public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Hansen <haveblue@us.ibm.com>
To: Andrew Morton <akpm@osdl.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH] fix minor "defaults" issue in mm/Kconfig
Date: Wed, 06 Apr 2005 08:53:43 -0700	[thread overview]
Message-ID: <1112802823.19430.155.camel@localhost> (raw)

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

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

Without this patch. the "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.

-- Dave

[-- Attachment #2: A6.1-mm-Kconfig-defaults.patch --]
[-- Type: text/x-patch, Size: 857 bytes --]

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>

---

 memhotplug-dave/mm/Kconfig |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)

diff -puN mm/Kconfig~A6.1-mm-Kconfig-defaults mm/Kconfig
--- memhotplug/mm/Kconfig~A6.1-mm-Kconfig-defaults	2005-04-05 10:40:32.000000000 -0700
+++ memhotplug-dave/mm/Kconfig	2005-04-06 08:42:43.000000000 -0700
@@ -1,8 +1,7 @@
 choice
 	prompt "Memory model"
-	default FLATMEM
-	default SPARSEMEM if ARCH_SPARSEMEM_DEFAULT
 	default DISCONTIGMEM if ARCH_DISCONTIGMEM_DEFAULT
+	default FLATMEM
 
 config FLATMEM
 	bool "Flat Memory"
_

                 reply	other threads:[~2005-04-06 15:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1112802823.19430.155.camel@localhost \
    --to=haveblue@us.ibm.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox