lkml.org 
[lkml]   [2006]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Patch:001/011] Configureable NODES_SHIFT (Generic part)
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/]?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-30 04:47    [W:0.535 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site