|
@@ -144,10 +144,11 @@ extern void clear_irq_vector(int irq, struct irq_cfg *cfg);
|
|
extern void setup_vector_irq(int cpu);
|
|
extern void setup_vector_irq(int cpu);
|
|
#ifdef CONFIG_SMP
|
|
#ifdef CONFIG_SMP
|
|
extern void send_cleanup_vector(struct irq_cfg *);
|
|
extern void send_cleanup_vector(struct irq_cfg *);
|
|
|
|
+extern void irq_complete_move(struct irq_cfg *cfg);
|
|
#else
|
|
#else
|
|
static inline void send_cleanup_vector(struct irq_cfg *c) { }
|
|
static inline void send_cleanup_vector(struct irq_cfg *c) { }
|
|
|
|
+static inline void irq_complete_move(struct irq_cfg *c) { }
|
|
#endif
|
|
#endif
|
|
-extern void irq_complete_move(struct irq_cfg *cfg);
|
|
|
|
|
|
|
|
extern int apic_retrigger_irq(struct irq_data *data);
|
|
extern int apic_retrigger_irq(struct irq_data *data);
|
|
extern void apic_ack_edge(struct irq_data *data);
|
|
extern void apic_ack_edge(struct irq_data *data);
|