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

include/asm-sparc64/hardirq.h: Fix synchronize_irq prototype.

parent b7233a52
...@@ -38,9 +38,9 @@ typedef struct { ...@@ -38,9 +38,9 @@ typedef struct {
#define irq_exit() (preempt_count() -= IRQ_OFFSET) #define irq_exit() (preempt_count() -= IRQ_OFFSET)
#ifndef CONFIG_SMP #ifndef CONFIG_SMP
# define synchronize_irq() barrier() # define synchronize_irq(irq) barrier()
#else #else
extern void synchronize_irq(void); extern void synchronize_irq(unsigned int irq);
#endif #endif
#endif /* !(__SPARC64_HARDIRQ_H) */ #endif /* !(__SPARC64_HARDIRQ_H) */
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