Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125681
b: refs/heads/master
c: 915441b
h: refs/heads/master
i:
  125679: a35050c
v: v3
  • Loading branch information
Rusty Russell committed Dec 31, 2008
1 parent 1aceb61 commit e1d668d
Show file tree
Hide file tree
Showing 2 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: 4f4b6c1a94a8735bbdc030a2911cf395495645b6
refs/heads/master: 915441b601e6662e79f6c958e7be307967a96977
6 changes: 3 additions & 3 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@ static void __init boot_cpu_init(void)
{
int cpu = smp_processor_id();
/* Mark the boot cpu "present", "online" etc for SMP and UP case */
cpu_set(cpu, cpu_online_map);
cpu_set(cpu, cpu_present_map);
cpu_set(cpu, cpu_possible_map);
set_cpu_online(cpu, true);
set_cpu_present(cpu, true);
set_cpu_possible(cpu, true);
}

void __init __weak smp_setup_processor_id(void)
Expand Down

0 comments on commit e1d668d

Please sign in to comment.