All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 2/3] sparc64: support M6 and M7 for building CPU distribution map
@ 2014-09-08  6:30 Allen Pais
  2014-09-09 22:35 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Allen Pais @ 2014-09-08  6:30 UTC (permalink / raw)
  To: sparclinux

Add M6 and M7 chip type in cpumap.c to correctly build CPU distribution map that spans all online CPUs.

Signed-off-by: Allen Pais <allen.pais@oracle.com>
---
 arch/sparc/kernel/cpumap.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/sparc/kernel/cpumap.c b/arch/sparc/kernel/cpumap.c
index de1c844..e69ec0e 100644
--- a/arch/sparc/kernel/cpumap.c
+++ b/arch/sparc/kernel/cpumap.c
@@ -326,6 +326,8 @@ static int iterate_cpu(struct cpuinfo_tree *t, unsigned int root_index)
 	case SUN4V_CHIP_NIAGARA3:
 	case SUN4V_CHIP_NIAGARA4:
 	case SUN4V_CHIP_NIAGARA5:
+	case SUN4V_CHIP_SPARC_M6:
+	case SUN4V_CHIP_SPARC_M7:
 	case SUN4V_CHIP_SPARC64X:
 		rover_inc_table = niagara_iterate_method;
 		break;
-- 
1.8.4.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2 2/3] sparc64: support M6 and M7 for building CPU distribution map
  2014-09-08  6:30 [PATCH v2 2/3] sparc64: support M6 and M7 for building CPU distribution map Allen Pais
@ 2014-09-09 22:35 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-09-09 22:35 UTC (permalink / raw)
  To: sparclinux

From: Allen Pais <allen.pais@oracle.com>
Date: Mon,  8 Sep 2014 11:48:54 +0530

> Add M6 and M7 chip type in cpumap.c to correctly build CPU distribution map that spans all online CPUs.
> 
> Signed-off-by: Allen Pais <allen.pais@oracle.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-09 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-08  6:30 [PATCH v2 2/3] sparc64: support M6 and M7 for building CPU distribution map Allen Pais
2014-09-09 22:35 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.