Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30855
b: refs/heads/master
c: 3c101cf
h: refs/heads/master
i:
  30853: 6c8beb2
  30851: 2a70f56
  30847: 5f9a535
v: v3
  • Loading branch information
James Bottomley authored and Linus Torvalds committed Jun 28, 2006
1 parent 12a6f3e commit f767ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 12e56b601f66a415f88e7d60f6b6707a19c430c9
refs/heads/master: 3c101cf024c3f126e174bf0d8946c587127e3c30
2 changes: 2 additions & 0 deletions trunk/arch/i386/mach-voyager/voyager_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ do_boot_cpu(__u8 cpu)
print_cpu_info(&cpu_data[cpu]);
wmb();
cpu_set(cpu, cpu_callout_map);
cpu_set(cpu, cpu_present_map);
}
else {
printk("CPU%d FAILED TO BOOT: ", cpu);
Expand Down Expand Up @@ -1912,6 +1913,7 @@ void __devinit smp_prepare_boot_cpu(void)
cpu_set(smp_processor_id(), cpu_online_map);
cpu_set(smp_processor_id(), cpu_callout_map);
cpu_set(smp_processor_id(), cpu_possible_map);
cpu_set(smp_processor_id(), cpu_present_map);
}

int __devinit
Expand Down

0 comments on commit f767ccf

Please sign in to comment.