|
@@ -51,7 +51,7 @@ static void warn_no_thread(unsigned int irq, struct irqaction *action)
|
|
"but no thread function available.", irq, action->name);
|
|
"but no thread function available.", irq, action->name);
|
|
}
|
|
}
|
|
|
|
|
|
-static void irq_wake_thread(struct irq_desc *desc, struct irqaction *action)
|
|
|
|
|
|
+void __irq_wake_thread(struct irq_desc *desc, struct irqaction *action)
|
|
{
|
|
{
|
|
/*
|
|
/*
|
|
* In case the thread crashed and was killed we just pretend that
|
|
* In case the thread crashed and was killed we just pretend that
|
|
@@ -157,7 +157,7 @@ handle_irq_event_percpu(struct irq_desc *desc, struct irqaction *action)
|
|
break;
|
|
break;
|
|
}
|
|
}
|
|
|
|
|
|
- irq_wake_thread(desc, action);
|
|
|
|
|
|
+ __irq_wake_thread(desc, action);
|
|
|
|
|
|
/* Fall through to add to randomness */
|
|
/* Fall through to add to randomness */
|
|
case IRQ_HANDLED:
|
|
case IRQ_HANDLED:
|