Messages in this thread |  | | Date | Sat, 27 Dec 2008 09:37:58 +0100 | | From | Ingo Molnar <> | | Subject | Re: [BUG] next-20081216 - WARNING: at kernel/smp.c:333 smp_call_function_mask |
| |
* Yinghai Lu <yinghai@kernel.org> 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
|  |