On Thu, 5 Jul 2007, Ralf Baechle wrote: > ========== CPU_R4000 ========== > arch/mips/kernel/Makefile:20:obj-$(CONFIG_CPU_R4000) += r4k_fpu.o r4k_switch.o > arch/mips/kernel/cpu-bugs64.c:159:#ifndef CONFIG_CPU_R4000 > arch/mips/kernel/cpu-bugs64.c:237:#if !defined(CONFIG_CPU_R4000) && !defined(CONFIG_CPU_R4400) > arch/mips/kernel/cpu-bugs64.c:307:#if !defined(CONFIG_CPU_R4000) && !defined(CONFIG_CPU_R4400) > ========== CPU_R4400 ========== > arch/mips/kernel/cpu-bugs64.c:237:#if !defined(CONFIG_CPU_R4000) && !defined(CONFIG_CPU_R4400) > arch/mips/kernel/cpu-bugs64.c:307:#if !defined(CONFIG_CPU_R4000) && !defined(CONFIG_CPU_R4400) I should at last port that patch with a workaround for R4000/R4400 errata -- it has been long overdue now. Let's make it the item #3 on my to-do list. ;-) I'm not sure that'll keep the names of the options though. Thanks for the reminder. Maciej