From: Maciej W. Rozycki Date: Sun, 22 Sep 2013 21:04:27 +0000 (+0100) Subject: MIPS: cpu-features.h: s/MIPS53/MIPS64/ X-Git-Tag: accepted/tizen/common/20141203.182822~1398^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=becee6b8c7b2b4adc9a3e0bec633abecd591b9ef;p=platform%2Fkernel%2Flinux-arm64.git MIPS: cpu-features.h: s/MIPS53/MIPS64/ No support for MIPS53 processors yet. Signed-off-by: Maciej W. Rozycki Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/5876/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/cpu-features.h b/arch/mips/include/asm/cpu-features.h index 51680d1..d445d06 100644 --- a/arch/mips/include/asm/cpu-features.h +++ b/arch/mips/include/asm/cpu-features.h @@ -187,7 +187,7 @@ /* * MIPS32, MIPS64, VR5500, IDT32332, IDT32334 and maybe a few other - * pre-MIPS32/MIPS53 processors have CLO, CLZ. The IDT RC64574 is 64-bit and + * pre-MIPS32/MIPS64 processors have CLO, CLZ. The IDT RC64574 is 64-bit and * has CLO and CLZ but not DCLO nor DCLZ. For 64-bit kernels * cpu_has_clo_clz also indicates the availability of DCLO and DCLZ. */