Re: [BUG] next-20081216 - WARNING: at kernel/smp.c:333smp_call_function_mask

From: Ingo Molnar
Date: Sat Dec 27 2008 - 03:40:19 EST



* Ingo Molnar <mingo@xxxxxxx> wrote:

> * Yinghai Lu <yinghai@xxxxxxxxxx> wrote:
>
> > +extern int arch_init_chip_data(struct irq_desc *desc, int cpu);
>
> when you change a function declaration's return type, you _must_ double
> check whether you properly updated all instances of that function. In
> this case you forgot about the io_apic.c instance.

the corrected patch is below.

Ingo

--------------->