[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1574173727-123321-2-git-send-email-zhouyanjie@zoho.com>
Date: Tue, 19 Nov 2019 22:28:46 +0800
From: Zhou Yanjie <zhouyanjie@...o.com>
To: linux-mips@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, ralf@...ux-mips.org,
paulburton@...nel.org, jhogan@...nel.org, paul@...pouillou.net,
jiaxun.yang@...goat.com, gregkh@...uxfoundation.org,
malat@...ian.org, tglx@...utronix.de, chenhc@...ote.com
Subject: [PATCH 1/2 v3] MIPS: Rename JZRISC to XBurst.
Now in addition to the JZ line, Ingenic has added three product
lines X, T and M. and the real name of the CPU from Ingenic is
XBurst, not JZRISC.
Signed-off-by: Zhou Yanjie <zhouyanjie@...o.com>
---
arch/mips/kernel/cpu-probe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
index f521cbf..7a0e33c 100644
--- a/arch/mips/kernel/cpu-probe.c
+++ b/arch/mips/kernel/cpu-probe.c
@@ -1951,7 +1951,7 @@ static inline void cpu_probe_ingenic(struct cpuinfo_mips *c, unsigned int cpu)
case PRID_IMP_XBURST:
c->cputype = CPU_XBURST;
c->writecombine = _CACHE_UNCACHED_ACCELERATED;
- __cpu_name[cpu] = "Ingenic JZRISC";
+ __cpu_name[cpu] = "Ingenic XBurst";
/*
* The XBurst core by default attempts to avoid branch target
* buffer lookups by detecting & special casing loops. This
--
2.7.4
Powered by blists - more mailing lists