Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57378
b: refs/heads/master
c: 5cd342d
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller authored and David S. Miller committed Jun 5, 2007
1 parent 7f8a6ab commit 8442d2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f78eae2e6f5d1eb05f76a45486286445b916bd92
refs/heads/master: 5cd342df96e911fb8135fb3d58f33c2c5af9ffab
3 changes: 2 additions & 1 deletion trunk/arch/sparc64/kernel/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down

0 comments on commit 8442d2a

Please sign in to comment.