Turning off "APIC and IO-APIC support on uniprocessors" lets the
kernel compile.
gcc [snip several lines of the usual options] init/main.c
init/main.c: In function `smp_init':
init/main.c:486: warning: implicit declaration of function
`IO_APIC_init_uniprocessor'
1234567890121234567890123456789012345678901234567890123456789034567890
and later
ld [snip several lines of options] -o vmlinux
init/main.o: In function `smp_init':
init/main.o(.text.init+0x74d): undefined reference to
`IO_APIC_init_uniprocessor'
make: *** [vmlinux] Error 1
Helge Hafting
-
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/