Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: cpu-features.h: s/MIPS53/MIPS64/

No support for MIPS53 processors yet.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5876/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Maciej W. Rozycki and committed by
Ralf Baechle
becee6b8 4a10c2ac

+1 -1
+1 -1
arch/mips/include/asm/cpu-features.h
··· 187 187 188 188 /* 189 189 * MIPS32, MIPS64, VR5500, IDT32332, IDT32334 and maybe a few other 190 - * pre-MIPS32/MIPS53 processors have CLO, CLZ. The IDT RC64574 is 64-bit and 190 + * pre-MIPS32/MIPS64 processors have CLO, CLZ. The IDT RC64574 is 64-bit and 191 191 * has CLO and CLZ but not DCLO nor DCLZ. For 64-bit kernels 192 192 * cpu_has_clo_clz also indicates the availability of DCLO and DCLZ. 193 193 */