[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200923065312.44851-1-liwei391@huawei.com>
Date: Wed, 23 Sep 2020 14:53:12 +0800
From: Wei Li <liwei391@...wei.com>
To: Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
Paul Burton <paulburton@...nel.org>,
Serge Semin <Sergey.Semin@...kalelectronics.ru>,
Huacai Chen <chenhc@...ote.com>,
Jiaxun Yang <jiaxun.yang@...goat.com>,
Guenter Roeck <linux@...ck-us.net>,
Ralf Baechle <ralf@...ux-mips.org>,
Leonid Yegoshin <Leonid.Yegoshin@...tec.com>,
"Steven J. Hill" <Steven.Hill@...tec.com>
CC: <linux-mips@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<guohanjun@...wei.com>
Subject: [PATCH] MIPS: Add the missing 'CPU_1074K' into __get_cpu_type()
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@...wei.com>
---
arch/mips/include/asm/cpu-type.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/mips/include/asm/cpu-type.h b/arch/mips/include/asm/cpu-type.h
index 75a7a382da09..3288cef4b168 100644
--- a/arch/mips/include/asm/cpu-type.h
+++ b/arch/mips/include/asm/cpu-type.h
@@ -47,6 +47,7 @@ static inline int __pure __get_cpu_type(const int cpu_type)
case CPU_34K:
case CPU_1004K:
case CPU_74K:
+ case CPU_1074K:
case CPU_M14KC:
case CPU_M14KEC:
case CPU_INTERAPTIV:
--
2.17.1
Powered by blists - more mailing lists