Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196634
b: refs/heads/master
c: 1157313
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed May 6, 2010
1 parent 2dd67d7 commit 5ab21b9
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: b6decb707952c678d110699abb5ed86d45ca6927
refs/heads/master: 115731312fb3207705023e3ff247d1b9d039838d
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/iseries/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static void smp_iSeries_message_pass(int target, int msg)

static int smp_iSeries_probe(void)
{
return cpus_weight(cpu_possible_map);
return cpumask_weight(cpu_possible_mask);
}

static void smp_iSeries_kick_cpu(int nr)
Expand Down

0 comments on commit 5ab21b9

Please sign in to comment.