From: Andrew Morton <akpm@osdl.org>
To: Yasunori Goto <y-goto@jp.fujitsu.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [Patch:001/011] Configureable NODES_SHIFT (Generic part)
Date: Wed, 29 Mar 2006 18:44:12 -0800 [thread overview]
Message-ID: <20060329184412.63e5f2d6.akpm@osdl.org> (raw)
In-Reply-To: <20060330110304.DCA1.Y-GOTO@jp.fujitsu.com>
Yasunori Goto <y-goto@jp.fujitsu.com> wrote:
>
>
> This is generic part.
> include/asm-xxx/numnodes.h becomes not necessary.
>
One thing which we aim to do where practical is to ensure that the kernel
compiles and builds at each step of a patch series. Mainly because it is
very painful when git-bisect hits a won't-compile point.
>
> Index: pxm_ver4/include/linux/numa.h
> ===================================================================
> --- pxm_ver4.orig/include/linux/numa.h 2005-10-28 12:03:06.000000000 +0900
> +++ pxm_ver4/include/linux/numa.h 2006-03-29 19:03:55.705109954 +0900
> @@ -3,11 +3,9 @@
>
> #include <linux/config.h>
>
> -#ifndef CONFIG_FLATMEM
> -#include <asm/numnodes.h>
> -#endif
> -
> -#ifndef NODES_SHIFT
> +#ifdef CONFIG_NODES_SHIFT
> +#define NODES_SHIFT CONFIG_NODES_SHIFT
> +#else
> #define NODES_SHIFT 0
> #endif
So I think this is in fact [patch 11/11/]?
next prev parent reply other threads:[~2006-03-30 2:44 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-30 2:02 [Patch:000/011] Configureable NODES_SHIFT Yasunori Goto
2006-03-30 2:14 ` [Patch:001/011] Configureable NODES_SHIFT (Generic part) Yasunori Goto
2006-03-30 2:44 ` Andrew Morton [this message]
2006-03-30 2:45 ` Andrew Morton
2006-03-30 2:56 ` Yasunori Goto
2006-03-30 2:14 ` [Patch:002/011] Configureable NODES_SHIFT (for ia64) Yasunori Goto
2006-03-30 2:14 ` [Patch:003/011] Configureable NODES_SHIFT (for i386) Yasunori Goto
2006-03-30 2:15 ` [Patch:004/011] Configureable NODES_SHIFT (for x86-64) Yasunori Goto
2006-03-30 2:15 ` [Patch:005/011] Configureable NODES_SHIFT (for powerpc) Yasunori Goto
2006-03-30 2:15 ` [Patch:006/011] Configureable NODES_SHIFT (for alpha) Yasunori Goto
2006-03-30 2:15 ` [Patch:007/011] Configureable NODES_SHIFT (for parisc) Yasunori Goto
2006-03-30 2:15 ` [Patch:008/011] Configureable NODES_SHIFT (for arm) Yasunori Goto
2006-03-30 2:16 ` [Patch:009/011] Configureable NODES_SHIFT (for m32r) Yasunori Goto
2006-03-30 2:16 ` [Patch:010/011] Configureable NODES_SHIFT (for mips) Yasunori Goto
2006-03-30 2:16 ` [Patch:011/011] Configureable NODES_SHIFT (for sh) 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=20060329184412.63e5f2d6.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®