Re: 2.6.9-rc3-mm1 build failure

From: Ed Tomlinson
Date: Sat Oct 02 2004 - 13:42:12 EST


On Saturday 02 October 2004 05:29, Andrew Morton wrote:
> Norbert Preining <preining@xxxxxxxx> wrote:
> >
> > ..
> > LD .tmp_vmlinux1
> > arch/i386/kernel/built-in.o(.text+0x111f5): In function `end_level_ioapic_irq':
> > : undefined reference to `irq_mis_count'
> > kernel/built-in.o(.text+0x1eba7): In function `ack_none':
> > : undefined reference to `ack_APIC_irq'
> > make[1]: *** [.tmp_vmlinux1] Fehler 1
> > make[1]: Leaving directory `/usr/src/linux-2.6.9-rc3-mm1'
>
> hm, that's clever.
>
> See if arch/i386/kernel/io_apic.c needs
>
> #include <asm/io_apic.h>
>
> and if not, please send the .config.

To get it to build here I had to add the above include to hardirq.h

Ed Tomlinson
-
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/