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

[PATCH] genirq ia64 cleanup

Remove duplicate/redundant/wrong IRQF_PERCPU definition.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Andrew Morton and committed by
Linus Torvalds
dada0769 88fecaa2

-2
-2
include/asm-ia64/irq.h
··· 14 14 #define NR_IRQS 256 15 15 #define NR_IRQ_VECTORS NR_IRQS 16 16 17 - #define IRQF_PERCPU 0x02000000 18 - 19 17 static __inline__ int 20 18 irq_canonicalize (int irq) 21 19 {