Skip to content

Commit

Permalink
[PATCH] genirq ia64 cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 3, 2006
1 parent 88fecaa commit dada076
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-ia64/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#define NR_IRQS 256
#define NR_IRQ_VECTORS NR_IRQS

#define IRQF_PERCPU 0x02000000

static __inline__ int
irq_canonicalize (int irq)
{
Expand Down

0 comments on commit dada076

Please sign in to comment.