MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()
authorWei Li <liwei391@huawei.com>
Wed, 23 Sep 2020 06:53:12 +0000 (14:53 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 1 Oct 2020 11:12:51 +0000 (13:12 +0200)
commit588ff5207a1024309873d4b0931195406b1a8feb
tree065afb32e02929c0770aa3308e04f092bbc44e03
parent9c3c9d37ae1e430a2a31edfcd4c518125547223c
MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()

[ Upstream commit e393fbe6fa27af23f78df6e16a8fd2963578a8c4 ]

Commit 442e14a2c55e ("MIPS: Add 1074K CPU support explicitly.") split
1074K from the 74K as an unique CPU type, while it missed to add the
'CPU_1074K' in __get_cpu_type(). So let's add it back.

Fixes: 442e14a2c55e ("MIPS: Add 1074K CPU support explicitly.")
Signed-off-by: Wei Li <liwei391@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/mips/include/asm/cpu-type.h