|
@@ -492,15 +492,10 @@ extern void irq_migrate_all_off_this_cpu(void);
|
|
|
void irq_move_irq(struct irq_data *data);
|
|
|
void irq_move_masked_irq(struct irq_data *data);
|
|
|
void irq_force_complete_move(struct irq_desc *desc);
|
|
|
-bool irq_fixup_move_pending(struct irq_desc *desc, bool force_clear);
|
|
|
#else
|
|
|
static inline void irq_move_irq(struct irq_data *data) { }
|
|
|
static inline void irq_move_masked_irq(struct irq_data *data) { }
|
|
|
static inline void irq_force_complete_move(struct irq_desc *desc) { }
|
|
|
-static inline bool irq_fixup_move_pending(struct irq_desc *desc, bool fclear)
|
|
|
-{
|
|
|
- return false;
|
|
|
-}
|
|
|
#endif
|
|
|
|
|
|
extern int no_irq_affinity;
|