09 Jan, 2006

2 commits

  • include/asm-ppc/ had #ifdef __KERNEL__ in all header files that
    are not meant for use by user space, include/asm-powerpc does
    not have this yet.

    This patch gets us a lot closer there. There are a few cases
    where I was not sure, so I left them out. I have verified
    that no CONFIG_* symbols are used outside of __KERNEL__
    any more and that there are no obvious compile errors when
    including any of the headers in user space libraries.

    Signed-off-by: Arnd Bergmann
    Signed-off-by: Paul Mackerras

    Arnd Bergmann
     
  • This places dynamically added memory within the appropriate
    numa node. A new routine hot_add_scn_to_nid() replicates most of
    the memory scanning code in parse_numa_properties().

    Signed-off-by: Mike Kravetz
    Signed-off-by: Paul Mackerras

    Mike Kravetz
     

11 Nov, 2005

1 commit


08 Nov, 2005

1 commit


02 Nov, 2005

1 commit

  • The ppc64 versions of numnodes.h and sparsemem.h can be safely moved
    to asm-powerpc with no changes apart from changing the #define to the
    standard _ASM_POWERPC_ form. There are no ppc32 versions of these
    files, because they only have any effect if CONFIG_SPARSEMEM is
    enabled, which it never can be on ppc32.

    Built and booted on pSeries (POWER5), built for 32-bit powermac.

    Signed-off-by: David Gibson
    Signed-off-by: Paul Mackerras

    David Gibson