Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29626
b: refs/heads/master
c: 1e48275
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jun 25, 2006
1 parent 509fb62 commit d2f36af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: dfd8317d3340f03bc06eba6b58f0ec0861da4a13
refs/heads/master: 1e48275adc8c94c3281e646c8beb829f8e6f5bfc
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/cell/cbe_regs.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void __init cbe_regs_init(void)
struct device_node *cpu;

/* Build local fast map of CPUs */
for_each_cpu(i)
for_each_possible_cpu(i)
cbe_thread_map[i].cpu_node = of_get_cpu_node(i, NULL);

/* Find maps for each device tree CPU */
Expand All @@ -110,7 +110,7 @@ void __init cbe_regs_init(void)
return;
}
map->cpu_node = cpu;
for_each_cpu(i)
for_each_possible_cpu(i)
if (cbe_thread_map[i].cpu_node == cpu)
cbe_thread_map[i].regs = map;

Expand Down

0 comments on commit d2f36af

Please sign in to comment.