23 #ifndef _COBALT_POWERPC_ASM_MACHINE_H 24 #define _COBALT_POWERPC_ASM_MACHINE_H 26 #include <linux/compiler.h> 28 #define XNARCH_HOST_TICK_IRQ __ipipe_hrtimer_irq 30 static inline __attribute_const__
unsigned long ffnz(
unsigned long ul)
32 __asm__ (
"cntlzw %0, %1":
"=r"(ul):
"r"(ul & (-ul)));
37 #include <asm-generic/xenomai/machine.h>