|
@@ -1524,6 +1524,7 @@ void enable_percpu_irq(unsigned int irq, unsigned int type)
|
|
|
out:
|
|
|
irq_put_desc_unlock(desc, flags);
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(enable_percpu_irq);
|
|
|
|
|
|
void disable_percpu_irq(unsigned int irq)
|
|
|
{
|
|
@@ -1537,6 +1538,7 @@ void disable_percpu_irq(unsigned int irq)
|
|
|
irq_percpu_disable(desc, cpu);
|
|
|
irq_put_desc_unlock(desc, flags);
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(disable_percpu_irq);
|
|
|
|
|
|
/*
|
|
|
* Internal function to unregister a percpu irqaction.
|