Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139095
b: refs/heads/master
c: 8922907
h: refs/heads/master
i:
  139093: 1c41d2d
  139091: 54c7755
  139087: 596ecbc
v: v3
  • Loading branch information
Rusty Russell committed Mar 16, 2009
1 parent ec5e326 commit 1da0c64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: fe73971cdd9287eba5f834eb3794768c22718581
refs/heads/master: 89229071c049e518668e34b234167d5ed9c94534
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/mdesc.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ static void __init report_platform_properties(void)
max_cpu = NR_CPUS;
}
for (i = 0; i < max_cpu; i++)
cpu_set(i, cpu_possible_map);
set_cpu_possible(i, true);
}
#endif

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/sparc/kernel/prom_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,8 @@ void __init of_fill_in_cpu_data(void)
}

#ifdef CONFIG_SMP
cpu_set(cpuid, cpu_present_map);
cpu_set(cpuid, cpu_possible_map);
set_cpu_present(cpuid, true);
set_cpu_possible(cpuid, true);
#endif
}

Expand Down

0 comments on commit 1da0c64

Please sign in to comment.