diff options
author | Huacai Chen <chenhc@lemote.com> | 2019-11-04 07:11:20 +0100 |
---|---|---|
committer | Paul Burton <paulburton@kernel.org> | 2019-11-11 19:43:13 +0100 |
commit | b2afb64cccd243afd8a4337d8ee4c2f2afbe991d (patch) | |
tree | b98b7f3610fa3b7223adc872741b7920a61c085e /arch/mips/oprofile/common.c | |
parent | MIPS: Loongson: Fix return value of loongson_hwmon_init (diff) | |
download | linux-b2afb64cccd243afd8a4337d8ee4c2f2afbe991d.tar.xz linux-b2afb64cccd243afd8a4337d8ee4c2f2afbe991d.zip |
MIPS: Loongson: Rename LOONGSON1 to LOONGSON32
Now old Loongson-2E/2F use LOONGSON2EF and will be removed in future,
newer Loongson-2/3 use LOONGSON64. So rename LOONGSON1 to LOONGSON32
will make the naming style more unified.
Signed-off-by: Huacai Chen <chenhc@lemote.com>
[paulburton@kernel.org: Fix checkpatch whitespace warning in irqflags.h]
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@linux-mips.org
Cc: linux-mips@vger.kernel.org
Cc: Fuxin Zhang <zhangfx@lemote.com>
Cc: Zhangjin Wu <wuzhangjin@gmail.com>
Cc: Huacai Chen <chenhuacai@gmail.com>
Diffstat (limited to 'arch/mips/oprofile/common.c')
-rw-r--r-- | arch/mips/oprofile/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/oprofile/common.c b/arch/mips/oprofile/common.c index 25cfa70f0ae4..03db268cba5c 100644 --- a/arch/mips/oprofile/common.c +++ b/arch/mips/oprofile/common.c @@ -93,7 +93,7 @@ int __init oprofile_arch_init(struct oprofile_operations *ops) case CPU_P5600: case CPU_I6400: case CPU_M5150: - case CPU_LOONGSON1: + case CPU_LOONGSON32: case CPU_SB1: case CPU_SB1A: case CPU_R10000: |