Commit 01a42780 authored by David S. Miller's avatar David S. Miller

include/asm-sparc64/irq.h: Add irq_cannonicalize.

parent 7ee16b6a
......@@ -112,6 +112,7 @@ static __inline__ char *__irq_itoa(unsigned int irq)
#define NR_IRQS 15
#define irq_cannonicalize(irq) (irq)
extern void disable_irq(unsigned int);
#define disable_irq_nosync disable_irq
extern void enable_irq(unsigned int);
......
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