genirq: Export enable/disable_percpu_irq()
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 1 Feb 2013 20:04:26 +0000 (15:04 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 18 Feb 2013 20:42:25 +0000 (21:42 +0100)
These functions are used by the tilegx onchip network driver, and it's
useful to be able to load that driver as a module.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Link: http://lkml.kernel.org/r/201302012043.r11KhNZF024371@farm-0021.internal.tilera.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/manage.c

index e49a288fa479036ebb25b907787b34568d421964..88e7bed627117987774c3d43a2967990e21c82c4 100644 (file)
@@ -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.