Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at be662a18b7763496a052d489206af9ca2c2e1ac2 18 lines 245 B view raw
1#ifndef _ASM_IRQ_H 2#define _ASM_IRQ_H 3 4/* 5 * IRQ line status macro IRQ_PER_CPU is used 6 */ 7#define ARCH_HAS_IRQ_PER_CPU 8 9#include <asm/arch/irq.h> 10 11extern __inline__ int irq_canonicalize(int irq) 12{ 13 return irq; 14} 15 16#endif /* _ASM_IRQ_H */ 17 18