[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>
This commit is contained in:
parent
88fecaa27f
commit
dada0769b9
|
@ -14,8 +14,6 @@
|
||||||
#define NR_IRQS 256
|
#define NR_IRQS 256
|
||||||
#define NR_IRQ_VECTORS NR_IRQS
|
#define NR_IRQ_VECTORS NR_IRQS
|
||||||
|
|
||||||
#define IRQF_PERCPU 0x02000000
|
|
||||||
|
|
||||||
static __inline__ int
|
static __inline__ int
|
||||||
irq_canonicalize (int irq)
|
irq_canonicalize (int irq)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue