|
@@ -188,8 +188,6 @@ extern struct irq_cfg *irq_cfg(unsigned int irq);
|
|
|
extern struct irq_cfg *irqd_cfg(struct irq_data *irq_data);
|
|
|
extern void lock_vector_lock(void);
|
|
|
extern void unlock_vector_lock(void);
|
|
|
-extern int assign_irq_vector(int, struct irq_cfg *, const struct cpumask *);
|
|
|
-extern void clear_irq_vector(int irq, struct irq_cfg *cfg);
|
|
|
extern void setup_vector_irq(int cpu);
|
|
|
#ifdef CONFIG_SMP
|
|
|
extern void send_cleanup_vector(struct irq_cfg *);
|
|
@@ -199,7 +197,6 @@ static inline void send_cleanup_vector(struct irq_cfg *c) { }
|
|
|
static inline void irq_complete_move(struct irq_cfg *c) { }
|
|
|
#endif
|
|
|
|
|
|
-extern int apic_retrigger_irq(struct irq_data *data);
|
|
|
extern void apic_ack_edge(struct irq_data *data);
|
|
|
extern int apic_set_affinity(struct irq_data *data, const struct cpumask *mask,
|
|
|
unsigned int *dest_id);
|