Home
last modified time | relevance | path

Searched refs:NO_IRQ_IGNORE (Results 1 – 2 of 2) sorted by relevance

/linux/arch/sh/kernel/cpu/sh4a/
H A Dintc-shx3.c18 return __raw_readl(INTACK) & 1 ? irq : NO_IRQ_IGNORE; in irq_lookup()
/linux/arch/sh/include/asm/
H A Dirq.h14 #define NO_IRQ_IGNORE ((unsigned int)-1) macro