Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26068
b: refs/heads/master
c: 036999d
h: refs/heads/master
v: v3
  • Loading branch information
KAMEZAWA Hiroyuki authored and Russell King committed Apr 20, 2006
1 parent 4bdf400 commit 7609d98
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 1c97b73e89af9a20e99450c554cffdd9327e827a
refs/heads/master: 036999d50180a9eaaa79dfb1d7a940824e475f24
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ static int __init topology_init(void)
{
int cpu;

for_each_cpu(cpu)
for_each_possible_cpu(cpu)
register_cpu(&per_cpu(cpu_data, cpu).cpu, cpu, NULL);

return 0;
Expand Down

0 comments on commit 7609d98

Please sign in to comment.