forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
I've just tried to rebuild the full Debian kernel with all the different CPU flavours with the CI20 patches applied. The Loongson flavours build fine but the Octeon flavour fails with:
arch/mips/built-in.o: In function `jz_wait_irqoff':
idle.c:(.text+0x1d118): undefined reference to `r4k_blast_dcache'
idle.c:(.text+0x1d11c): undefined reference to `r4k_blast_dcache'
/home/jcowgill/linux/linux/Makefile:891: recipe for target 'vmlinux' failed
Presumably because arch/mips/mm/c-r4k.c where r4k_blast_dcache is not included in Octeon builds.