Hi, I am getting a compile error while compile stock 2.6.0 kernel on an Itanium 2 system. I am using gcc-3.3.2 and binutil-2.14. I have set the processor type to Itanium 2, and selected generic kernel. Full configuration file enclosed. The error is happening because __initdata is not defined. I am not sure if __initdata should be defined or not for IA64. Any help is appreciated. Thanks! $ make warning: your linker cannot handle cross-segment segment-relative relocations. please upgrade to a newer version (it is safe to use this linker, but the kernel will be bigger than strictly necessary). CHK include/linux/version.h UPD include/linux/version.h SYMLINK include/asm -> include/asm-ia64 HOSTCC scripts/split-include HOSTCC scripts/conmakehash HOSTCC scripts/docproc HOSTCC scripts/kallsyms CC scripts/empty.o HOSTCC scripts/mk_elfconfig MKELF scripts/elfconfig.h HOSTCC scripts/file2alias.o HOSTCC scripts/modpost.o HOSTLD scripts/modpost HOSTCC scripts/pnmtologo HOSTCC scripts/bin2c SPLIT include/linux/autoconf.h -> include/config/* [ -s include/asm-ia64/offsets.h ] \ || echo "#define IA64_TASK_SIZE 0" > include/asm-ia64/offsets.h touch include/asm-ia64/.offsets.h.stamp CC arch/ia64/kernel/asm-offsets.s In file included from include/asm/topology.h:16, from include/linux/topology.h:35, from include/linux/mmzone.h:296, from include/linux/gfp.h:4, from include/linux/slab.h:15, from include/linux/percpu.h:4, from include/linux/sched.h:31, from arch/ia64/kernel/asm-offsets.c:9: include/asm/acpi.h:101: error: parse error before "pxm_to_nid_map" include/asm/acpi.h:101: warning: type defaults to `int' in declaration of `pxm_to_nid_map' include/asm/acpi.h:101: warning: data definition has no type or storage class include/asm/acpi.h:102: error: parse error before "nid_to_pxm_map" include/asm/acpi.h:102: warning: type defaults to `int' in declaration of `nid_to_pxm_map' include/asm/acpi.h:102: warning: data definition has no type or storage class make[1]: *** [arch/ia64/kernel/asm-offsets.s] Error 1 make: *** [arch/ia64/kernel/asm-offsets.s] Error 2