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