projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e96377
)
support sparc64x chip type in cpumap.c
author
Allen Pais
<allen.pais@oracle.com>
Tue, 23 Jul 2013 11:21:05 +0000
(16:51 +0530)
committer
David S. Miller
<davem@davemloft.net>
Thu, 1 Aug 2013 02:10:03 +0000
(19:10 -0700)
Add SPARC64X chip type in cpumap.c to correctly
build CPU distribution map that spans all CPUs.
Signed-off-by: Allen Pais <allen.pais@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/cpumap.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sparc/kernel/cpumap.c
b/arch/sparc/kernel/cpumap.c
index e4de74c2c9b0d8082c80f57d757ef7577fbb8b0d..cb5d272d658acce52fc85a77b1e730a40c5d885a 100644
(file)
--- a/
arch/sparc/kernel/cpumap.c
+++ b/
arch/sparc/kernel/cpumap.c
@@
-327,6
+327,7
@@
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_SPARC64X:
rover_inc_table = niagara_iterate_method;
break;
default: