Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7322
b: refs/heads/master
c: a888ceb
h: refs/heads/master
v: v3
  • Loading branch information
Ashok Raj authored and Linus Torvalds committed Sep 7, 2005
1 parent ec97eb3 commit 5db6054
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: 0c2b9d5c035f5a82c9c4ba717984d04838a0701e
refs/heads/master: a888cebe17e39476e5ca18c3a4bd96c6775070db
4 changes: 2 additions & 2 deletions trunk/arch/i386/mach-default/topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static int __init topology_init(void)
for_each_online_node(i)
arch_register_node(i);

for_each_cpu(i)
for_each_present_cpu(i)
arch_register_cpu(i);
return 0;
}
Expand All @@ -87,7 +87,7 @@ static int __init topology_init(void)
{
int i;

for_each_cpu(i)
for_each_present_cpu(i)
arch_register_cpu(i);
return 0;
}
Expand Down

0 comments on commit 5db6054

Please sign in to comment.