Skip to content

Commit

Permalink
LoongArch: Fix Chinese comma in cpu.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
MQ-mengqing authored and chenhuacai committed Feb 25, 2023
1 parent 4093b00 commit fd20063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/loongarch/include/asm/cpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 64bit, 3-issue */
#define PRID_SERIES_LA464 0xc000 /* Loongson 64bit, 4-issue */
#define PRID_SERIES_LA664 0xd000 /* Loongson 64bit, 6-issue */

Expand Down

0 comments on commit fd20063

Please sign in to comment.