]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/irq/chip.c
SCTP: Fix the number of HB transmissions.
[linux-2.6-omap-h63xx.git] / kernel / irq / chip.c
index f1a73f0b54e775d29a9e2184d3d13cfae75af239..9b5dff6b3f6a2bcf3a0ae76625b48edeb4f4334b 100644 (file)
@@ -503,7 +503,6 @@ out_unlock:
        spin_unlock(&desc->lock);
 }
 
-#ifdef CONFIG_SMP
 /**
  *     handle_percpu_IRQ - Per CPU local irq handler
  *     @irq:   the interrupt number
@@ -529,8 +528,6 @@ handle_percpu_irq(unsigned int irq, struct irq_desc *desc)
                desc->chip->eoi(irq);
 }
 
-#endif /* CONFIG_SMP */
-
 void
 __set_irq_handler(unsigned int irq, irq_flow_handler_t handle, int is_chained,
                  const char *name)