Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273483
b: refs/heads/master
c: b278896
h: refs/heads/master
i:
  273481: a73aaa0
  273479: c4ae17e
v: v3
  • Loading branch information
Hillf Danton authored and Ralf Baechle committed Oct 24, 2011
1 parent c25aafb commit 64c8b0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 933036386b36d8a9047798f31ab40f9e869bdd7d
refs/heads/master: b2788965baed868ce48ebd6d67f00acf617c9ee6
4 changes: 4 additions & 0 deletions trunk/arch/mips/netlogic/xlr/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ void __init nlm_smp_setup(void)

num_cpus = 1;
for (i = 0; i < NR_CPUS; i++) {
/*
* BSP is not set in nlm_cpu_ready array, it is only for
* ASPs (goto see smpboot.S)
*/
if (nlm_cpu_ready[i]) {
cpu_set(i, phys_cpu_present_map);
__cpu_number_map[i] = num_cpus;
Expand Down

0 comments on commit 64c8b0c

Please sign in to comment.