All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Johannes Weiner <hannes@saeurebad.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Linux MM <linux-mm@kvack.org>, Ingo Molnar <mingo@elte.hu>,
	Richard Henderson <rth@twiddle.net>,
	Russell King <rmk@arm.linux.org.uk>,
	Tony Luck <tony.luck@intel.com>,
	Hirokazu Takata <takata@linux-m32r.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Kyle McMartin <kyle@parisc-linux.org>,
	Paul Mackerras <paulus@samba.org>,
	Paul Mundt <lethal@linux-sh.org>
Subject: Re: [RFC][patch 5/5] mm: Move bootmem descriptors definition to a single place
Date: Wed, 16 Apr 2008 18:30:48 +0100	[thread overview]
Message-ID: <20080416173048.GB32263@linux-mips.org> (raw)
In-Reply-To: <20080416113719.539500813@skyscraper.fehenstaub.lan>

On Wed, Apr 16, 2008 at 01:36:34PM +0200, Johannes Weiner wrote:

> There are a lot of places that define either a single bootmem
> descriptor or an array of them.  Use only one central array with
> MAX_NUMNODES items instead.
> 
> Signed-off-by: Johannes Weiner <hannes@saeurebad.de>

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@linux-mips.org>
To: Johannes Weiner <hannes@saeurebad.de>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Linux MM <linux-mm@kvack.org>, Ingo Molnar <mingo@elte.hu>,
	Richard Henderson <rth@twiddle.net>,
	Russell King <rmk@arm.linux.org.uk>,
	Tony Luck <tony.luck@intel.com>,
	Hirokazu Takata <takata@linux-m32r.org>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	Kyle McMartin <kyle@parisc-linux.org>,
	Paul Mackerras <paulus@samba.org>,
	Paul Mundt <lethal@linux-sh.org>
Subject: Re: [RFC][patch 5/5] mm: Move bootmem descriptors definition to a single place
Date: Wed, 16 Apr 2008 18:30:48 +0100	[thread overview]
Message-ID: <20080416173048.GB32263@linux-mips.org> (raw)
In-Reply-To: <20080416113719.539500813@skyscraper.fehenstaub.lan>

On Wed, Apr 16, 2008 at 01:36:34PM +0200, Johannes Weiner wrote:

> There are a lot of places that define either a single bootmem
> descriptor or an array of them.  Use only one central array with
> MAX_NUMNODES items instead.
> 
> Signed-off-by: Johannes Weiner <hannes@saeurebad.de>

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

--
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>

  reply	other threads:[~2008-04-16 17:31 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-16 11:36 [RFC][patch 0/5] Bootmem fixes Johannes Weiner
2008-04-16 11:36 ` Johannes Weiner
2008-04-16 11:36 ` [RFC][patch 1/5] mm: Revert "mm: fix boundary checking in free_bootmem_core" Johannes Weiner
2008-04-16 11:36   ` Johannes Weiner
2008-04-16 17:49   ` Yinghai Lu
2008-04-16 17:49     ` Yinghai Lu
2008-04-16 11:36 ` [RFC][patch 2/5] mm: Node-setup agnostic free_bootmem() Johannes Weiner
2008-04-16 11:36   ` Johannes Weiner
2008-04-16 17:54   ` Yinghai Lu
2008-04-16 17:54     ` Yinghai Lu
2008-04-16 18:44     ` Yinghai Lu
2008-04-16 18:44       ` Yinghai Lu
2008-04-16 18:48       ` Ingo Molnar
2008-04-16 18:48         ` Ingo Molnar
2008-04-16 19:17         ` Johannes Weiner
2008-04-16 19:17           ` Johannes Weiner
2008-04-18  5:06           ` Yinghai Lu
2008-04-18  5:06             ` Yinghai Lu
2008-04-16 19:19     ` Johannes Weiner
2008-04-16 19:19       ` Johannes Weiner
2008-04-16 11:36 ` [RFC][patch 3/5] mm: Unexport __alloc_bootmem_core() Johannes Weiner
2008-04-16 11:36   ` Johannes Weiner
2008-04-16 11:36 ` [RFC][patch 4/5] mm: Normalize internal argument passing of bootmem data Johannes Weiner
2008-04-16 11:36   ` Johannes Weiner
2008-04-16 11:36 ` [RFC][patch 5/5] mm: Move bootmem descriptors definition to a single place Johannes Weiner
2008-04-16 11:36   ` Johannes Weiner
2008-04-16 17:30   ` Ralf Baechle [this message]
2008-04-16 17:30     ` Ralf Baechle
2008-04-17  9:36 ` [RFC][patch 0/5] Bootmem fixes KAMEZAWA Hiroyuki
2008-04-17  9:36   ` KAMEZAWA Hiroyuki
2008-04-17 10:49   ` Johannes Weiner
2008-04-17 10:49     ` Johannes Weiner

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=20080416173048.GB32263@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=geert@linux-m68k.org \
    --cc=hannes@saeurebad.de \
    --cc=kyle@parisc-linux.org \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mingo@elte.hu \
    --cc=paulus@samba.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=rth@twiddle.net \
    --cc=takata@linux-m32r.org \
    --cc=tony.luck@intel.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 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.