lkml.org 
[lkml]   [2006]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    SubjectRe: [RFC] [PATCH] virtual memmap on sparsemem v3 [4/4] ia64 support

    I tested ia64 with this patch under

    - DISCONTIGMEM + VIRTUAL_MEM_MAP
    - SPARSEMEM
    - SPARSEMEM_VMEMMAP

    on SMP with tiger4_defconfig.

    Fix typo for DISCONTIGMEM

    Signed-Off-By: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>

    Index: devel-2.6.19/include/asm-ia64/pgtable.h
    ===================================================================
    --- devel-2.6.19.orig/include/asm-ia64/pgtable.h 2006-12-09 13:22:47.000000000 +0900
    +++ devel-2.6.19/include/asm-ia64/pgtable.h 2006-12-09 13:23:44.000000000 +0900
    @@ -237,7 +237,7 @@
    #elif defined(CONFIG_VIRTUAL_MEM_MAP)
    #define VMALLOC_START (RGN_BASE(RGN_GATE) + 0x200000000UL)

    -#defineVMALLOC_END_INIT (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 9)))
    +#define VMALLOC_END_INIT (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 9)))
    #define VMALLOC_END vmalloc_end
    extern unsigned long vmalloc_end;
    #else
    -
    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-12-09 05:55    [W:4.584 / U:0.396 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site