Re: [PATCH v2] MIPS: Fix Ingenic SoCs sometimes reporting wrong ISA

2019-05-09 Thread Paul Burton
Hello, Paul Cercueil wrote: > The config0 register in the Xburst CPUs with a processor ID of > PRID_COMP_INGENIC_D0 report themselves as MIPS32r2 compatible, > but they don't actually support this ISA. > > Signed-off-by: Paul Cercueil Applied to mips-next. Thanks, Paul [ This message was

[PATCH v2] MIPS: Fix Ingenic SoCs sometimes reporting wrong ISA

2019-05-07 Thread Paul Cercueil
The config0 register in the Xburst CPUs with a processor ID of PRID_COMP_INGENIC_D0 report themselves as MIPS32r2 compatible, but they don't actually support this ISA. Signed-off-by: Paul Cercueil --- Notes: v2: Apply fix according to the PRID arch/mips/kernel/cpu-probe.c | 8 1