/* option `IA64_CPU' not defined */ #ifdef _LOCORE .ifndef _KERNEL_OPT_IA64_CPU .global _KERNEL_OPT_IA64_CPU .equiv _KERNEL_OPT_IA64_CPU,0x6e074def .endif #else __asm(" .ifndef _KERNEL_OPT_IA64_CPU\n .global _KERNEL_OPT_IA64_CPU\n .equiv _KERNEL_OPT_IA64_CPU,0x6e074def\n .endif"); #endif