lkml.org 
[lkml]   [2006]   [Mar]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[Patch:004/011] Configureable NODES_SHIFT (for x86-64)
    This is for x86-64.

    Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com>

    include/asm-x86_64/numnodes.h | 12 ------------
    arch/x86_64/Kconfig | 5 +++++
    include/asm-x86_64/numa.h | 1 -
    3 files changed, 5 insertions(+), 13 deletions(-)

    Index: pxm_ver4/arch/x86_64/Kconfig
    ===================================================================
    --- pxm_ver4.orig/arch/x86_64/Kconfig 2006-03-29 20:46:08.596636389 +0900
    +++ pxm_ver4/arch/x86_64/Kconfig 2006-03-29 20:50:37.943312777 +0900
    @@ -283,6 +283,11 @@ config K8_NUMA
    Northbridge of Opteron. It is recommended to use X86_64_ACPI_NUMA
    instead, which also takes priority if both are compiled in.

    +config NODES_SHIFT
    + int
    + default "6"
    + depends on NEED_MULTIPLE_NODES
    +
    # Dummy CONFIG option to select ACPI_NUMA from drivers/acpi/Kconfig.

    config X86_64_ACPI_NUMA
    Index: pxm_ver4/include/asm-x86_64/numnodes.h
    ===================================================================
    --- pxm_ver4.orig/include/asm-x86_64/numnodes.h 2006-03-29 20:46:08.597612951 +0900
    +++ /dev/null 1970-01-01 00:00:00.000000000 +0000
    @@ -1,12 +0,0 @@
    -#ifndef _ASM_X8664_NUMNODES_H
    -#define _ASM_X8664_NUMNODES_H 1
    -
    -#include <linux/config.h>
    -
    -#ifdef CONFIG_NUMA
    -#define NODES_SHIFT 6
    -#else
    -#define NODES_SHIFT 0
    -#endif
    -
    -#endif
    Index: pxm_ver4/include/asm-x86_64/numa.h
    ===================================================================
    --- pxm_ver4.orig/include/asm-x86_64/numa.h 2006-03-29 21:11:59.431578329 +0900
    +++ pxm_ver4/include/asm-x86_64/numa.h 2006-03-29 21:12:21.884703054 +0900
    @@ -2,7 +2,6 @@
    #define _ASM_X8664_NUMA_H 1

    #include <linux/nodemask.h>
    -#include <asm/numnodes.h>

    struct bootnode {
    u64 start,end;
    --
    Yasunori Goto


    -
    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:18    [W:4.213 / U:0.024 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site