Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324101
b: refs/heads/master
c: 0327dab
h: refs/heads/master
i:
  324099: 422914b
v: v3
  • Loading branch information
Wei Yongjun authored and Martin Schwidefsky committed Sep 26, 2012
1 parent 71d2207 commit a3350a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: d3feb481083636296f25daf36dbf44493fa7e1f2
refs/heads/master: 0327dab0e88b2f4be6ad7dcd5af86d085d2c0603
5 changes: 1 addition & 4 deletions trunk/arch/s390/kernel/topology.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,7 @@ static struct mask_info *add_cpus_to_mask(struct topology_cpu *tl_cpu,
{
unsigned int cpu;

for (cpu = find_first_bit(&tl_cpu->mask[0], TOPOLOGY_CPU_BITS);
cpu < TOPOLOGY_CPU_BITS;
cpu = find_next_bit(&tl_cpu->mask[0], TOPOLOGY_CPU_BITS, cpu + 1))
{
for_each_set_bit(cpu, &tl_cpu->mask[0], TOPOLOGY_CPU_BITS) {
unsigned int rcpu;
int lcpu;

Expand Down

0 comments on commit a3350a1

Please sign in to comment.