Sergei Shtylyov wrote: > Hello. > > Atsushi Nemoto wrote: > >> diff --git a/include/asm-mips/mach-tx49xx/cpu-feature-overrides.h >> b/include/asm-mips/mach-tx49xx/cpu-feature-overrides.h >> new file mode 100644 >> index 0000000..275eaf9 >> --- /dev/null >> +++ b/include/asm-mips/mach-tx49xx/cpu-feature-overrides.h >> @@ -0,0 +1,23 @@ > [...] >> +#define cpu_has_mips32r1 0 >> +#define cpu_has_mips32r2 0 >> +#define cpu_has_mips64r1 0 >> +#define cpu_has_mips64r2 0 > > Hm, really? IIRC it is MIPS IV. (tx99 is MIPS64R1). Thiemo