projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f78eae2
)
[SPARC64]: Make core and sibling groups equal on UltraSPARC-IV.
author
David S. Miller
<davem@hutch.davemloft.net>
Tue, 5 Jun 2007 04:35:18 +0000
(21:35 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Tue, 5 Jun 2007 04:50:02 +0000
(21:50 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/prom.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/kernel/prom.c
b/arch/sparc64/kernel/prom.c
index 928aba3d0db371dacd1b762a1aee372dc7d69d0c..172387d1f6607cd7639032803d4e1c6717e3ec5d 100644
(file)
--- a/
arch/sparc64/kernel/prom.c
+++ b/
arch/sparc64/kernel/prom.c
@@
-1781,6
+1781,7
@@
static void __init of_fill_in_cpu_data(void)
}
cpu_data(cpuid).core_id = portid + 1;
+ cpu_data(cpuid).proc_id = portid;
} else {
cpu_data(cpuid).dcache_size =
of_getintprop_default(dp, "dcache-size", 16 * 1024);
@@
-1799,8
+1800,8
@@
static void __init of_fill_in_cpu_data(void)
of_getintprop_default(dp, "ecache-line-size", 64);
cpu_data(cpuid).core_id = 0;
+ cpu_data(cpuid).proc_id = -1;
}
- cpu_data(cpuid).proc_id = -1;
#ifdef CONFIG_SMP
cpu_set(cpuid, cpu_present_map);