Commit 16550680 authored by David S. Miller's avatar David S. Miller

sparc: Provide NO_IRQ definition.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 99759619
......@@ -13,4 +13,7 @@
#define irq_canonicalize(irq) (irq)
extern void __init init_IRQ(void);
#define NO_IRQ 0xffffffff
#endif
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment