Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

sparc: Provide NO_IRQ definition.

parent 99759619
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,4 +13,7 @@
#define irq_canonicalize(irq)	(irq)

extern void __init init_IRQ(void);

#define NO_IRQ		0xffffffff

#endif
+2 −0
Original line number Diff line number Diff line
@@ -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