> ---
> This fixes uniprocessor configurations for some MIPS SMP systems.
>
> diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
> index f1a73f0..9b5dff6 100644
> --- a/kernel/irq/chip.c
> +++ b/kernel/irq/chip.c
> @@ -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)
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to
majordomo@vger.kernel.org
> More majordomo info at
http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at
http://www.tux.org/lkml/