From: "Miguel Botón" <mboton.lkml@gmail.com>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Geoff Levand <geoffrey.levand@am.sony.com>
Subject: Re: [PATCH] ps3: "mm/Kconfig" fix
Date: Sat, 8 Dec 2007 21:06:46 +0100 [thread overview]
Message-ID: <200712082106.46372.mboton@gmail.com> (raw)
In-Reply-To: <200712082030.11338.mboton@gmail.com>
Previous patch had another bug. This one works fine.
Signed-off-by: Miguel Botón <mboton@gmail.com>
diff --git a/mm/Kconfig b/mm/Kconfig
index 010a261..9ef9741 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -117,7 +117,7 @@ config SPARSEMEM_VMEMMAP_ENABLE
config SPARSEMEM_VMEMMAP
bool "Sparse Memory virtual memmap"
- depends on SPARSEMEM_VMEMMAP_ENABLE
+ depends on SPARSEMEM && SPARSEMEM_VMEMMAP_ENABLE
default y
help
SPARSEMEM_VMEMMAP uses a virtually mapped memmap to optimise
--
Miguel Botón
next prev parent reply other threads:[~2007-12-08 20:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-08 19:30 [PATCH] ps3: "mm/Kconfig" fix Miguel Botón
2007-12-08 20:06 ` Miguel Botón [this message]
2007-12-09 2:34 ` Geoff Levand
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=200712082106.46372.mboton@gmail.com \
--to=mboton.lkml@gmail.com \
--cc=geoffrey.levand@am.sony.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.