Skip to content

Commit

Permalink
sparc: Provide NO_IRQ definition.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 18, 2011
1 parent 9975961 commit 1655068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/sparc/include/asm/irq_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
#define irq_canonicalize(irq) (irq)

extern void __init init_IRQ(void);

#define NO_IRQ 0xffffffff

#endif
2 changes: 2 additions & 0 deletions arch/sparc/include/asm/irq_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@ extern void *softirq_stack[NR_CPUS];
#define __ARCH_HAS_DO_SOFTIRQ
#define ARCH_HAS_NMI_WATCHDOG

#define NO_IRQ 0xffffffff

#endif

0 comments on commit 1655068

Please sign in to comment.