From: Matt Mackall <mpm@selenic.com>
To: Paul Mundt <lethal@linux-sh.org>,
Andrew Morton <akpm@linux-foundation.org>,
Yasunori Goto <y-goto@jp.fujitsu.com>,
linux-mm@kvack.org
Subject: Re: [PATCH] slob: sparsemem support.
Date: Fri, 13 Jul 2007 11:54:54 -0500 [thread overview]
Message-ID: <20070713165454.GI11115@waste.org> (raw)
In-Reply-To: <20070713093557.GA3403@linux-sh.org>
On Fri, Jul 13, 2007 at 06:35:57PM +0900, Paul Mundt wrote:
> Currently slob is disabled if we're using sparsemem, due to an earlier
> patch from Goto-san. Slob and static sparsemem work without any trouble
> as it is, and the only hiccup is a missing slab_is_available() in the
> case of sparsemem extreme. With this, we're rid of the last set of
> restrictions for slob usage.
>
> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
>
> --
>
> init/Kconfig | 2 +-
> mm/slob.c | 8 ++++++++
> 2 files changed, 9 insertions(+), 1 deletion(-)
>
> diff -urN linux-2.6.22-rc6-mm1.orig/init/Kconfig linux-2.6.22-rc6-mm1/init/Kconfig
> --- linux-2.6.22-rc6-mm1.orig/init/Kconfig 2007-07-06 07:47:49.000000000 +0900
> +++ linux-2.6.22-rc6-mm1/init/Kconfig 2007-07-06 09:50:29.000000000 +0900
> @@ -625,7 +625,7 @@
> and has enhanced diagnostics.
>
> config SLOB
> - depends on EMBEDDED && !SPARSEMEM
> + depends on EMBEDDED
> bool "SLOB (Simple Allocator)"
> help
> SLOB replaces the SLAB allocator with a drastically simpler
> diff -urN linux-2.6.22-rc6-mm1.orig/mm/slob.c linux-2.6.22-rc6-mm1/mm/slob.c
> --- linux-2.6.22-rc6-mm1.orig/mm/slob.c 2007-07-06 07:47:50.000000000 +0900
> +++ linux-2.6.22-rc6-mm1/mm/slob.c 2007-07-06 09:56:16.000000000 +0900
> @@ -606,6 +606,14 @@
> return 0;
> }
>
> +static unsigned int slob_ready __read_mostly;
> +
> +int slab_is_available(void)
> +{
> + return slob_ready;
> +}
> +
> void __init kmem_cache_init(void)
> {
> + slob_ready = 1;
> }
Looks fine. Thanks, Paul.
Acked-by: Matt Mackall <mpm@selenic.com>
--
Mathematics is the supreme nostalgia of our time.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2007-07-13 16:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-13 9:35 Paul Mundt
2007-07-13 9:54 ` Pekka Enberg
2007-07-13 16:54 ` Matt Mackall [this message]
2007-07-17 6:09 ` Yasunori Goto
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=20070713165454.GI11115@waste.org \
--to=mpm@selenic.com \
--cc=akpm@linux-foundation.org \
--cc=lethal@linux-sh.org \
--cc=linux-mm@kvack.org \
--cc=y-goto@jp.fujitsu.com \
/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