LoongArch: Fix Chinese comma in cpu.h
authorJinyang He <hejinyang@loongson.cn>
Sat, 25 Feb 2023 07:52:56 +0000 (15:52 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Sat, 25 Feb 2023 14:12:16 +0000 (22:12 +0800)
Fix Chinese comma introduced by accident in cpu.h.

Signed-off-by: Jinyang He <hejinyang@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/include/asm/cpu.h

index 754f2850679134ee81ec9a9966ea170d88d85a7f..c3da91759472841c0f15e71b5f03603077ae6d0d 100644 (file)
@@ -36,7 +36,7 @@
 
 #define PRID_SERIES_LA132      0x8000  /* Loongson 32bit */
 #define PRID_SERIES_LA264      0xa000  /* Loongson 64bit, 2-issue */
-#define PRID_SERIES_LA364      0xb000  /* Loongson 64bit3-issue */
+#define PRID_SERIES_LA364      0xb000  /* Loongson 64bit3-issue */
 #define PRID_SERIES_LA464      0xc000  /* Loongson 64bit, 4-issue */
 #define PRID_SERIES_LA664      0xd000  /* Loongson 64bit, 6-issue */