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

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



* 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.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/