# CONFIG_SMP is not set
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
fails with IO_APIC_init_uniprocessor undefined. This comes from
init/main.c line 486, which has the only mention of this routine
in the kernel source - it seems pre12 removed this routine from
kernel/io_apic.c. So is this just a forgotten remnant of that
clean-up, or should there have been a replacement in the patch?
-- Henrik Storner <henrik@hswn.dk>- 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/