| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH] MIPS: Give Octeon+ CPUs their own __cpu_name |
| From: | David Daney <ddaney@caviumnetworks.com> |
| Date: | Tue, 23 Feb 2010 10:11:47 -0800 |
| Cc: | David Daney <ddaney@caviumnetworks.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
---
This couuld be rolled into the original linux-queue patch that
extablishes CPU_CAVIUM_OCTEON_PLUS.
arch/mips/kernel/cpu-probe.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
index ee67aac..be5bb16 100644
--- a/arch/mips/kernel/cpu-probe.c
+++ b/arch/mips/kernel/cpu-probe.c
@@ -913,14 +913,15 @@ static inline void cpu_probe_cavium(struct cpuinfo_mips
*c, unsigned int cpu)
case PRID_IMP_CAVIUM_CN31XX:
case PRID_IMP_CAVIUM_CN30XX:
c->cputype = CPU_CAVIUM_OCTEON;
- goto name_and_platform;
+ __cpu_name[cpu] = "Cavium Octeon";
+ goto platform;
case PRID_IMP_CAVIUM_CN58XX:
case PRID_IMP_CAVIUM_CN56XX:
case PRID_IMP_CAVIUM_CN50XX:
case PRID_IMP_CAVIUM_CN52XX:
c->cputype = CPU_CAVIUM_OCTEON_PLUS;
-name_and_platform:
- __cpu_name[cpu] = "Cavium Octeon";
+ __cpu_name[cpu] = "Cavium Octeon+";
+platform:
if (cpu == 0)
__elf_platform = "octeon";
break;
--
1.6.6.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH -queue] MIPS: Alchemy: devboard PM needs to save CPLD registers., Manuel Lauss |
|---|---|
| Next by Date: | [RFC PATCH 0/2] serial 8250 platform PM hooks, Manuel Lauss |
| Previous by Thread: | [PATCH -queue] MIPS: Alchemy: devboard PM needs to save CPLD registers., Manuel Lauss |
| Next by Thread: | Re: [PATCH] MIPS: Give Octeon+ CPUs their own __cpu_name, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |