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 <[EMAIL PROTECTED]>

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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to