Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165630
b: refs/heads/master
c: a6a0106
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed Sep 24, 2009
1 parent 89c424e commit 7ecc42e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ea0f1cab6ed43121ff6f24c1bb02e88a8d11a2d6
refs/heads/master: a6a01063de6298c60f2506dc7659403e02b4b224
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ void smp_prepare_cpus(unsigned int maxcpus)
int i;

for (i = 0; i < ncpus; ++i)
cpu_set(i, cpu_possible_map);
set_cpu_possible(i, true);

cpu_clear(me, cpu_online_map);
cpu_set(me, cpu_online_map);
Expand Down

0 comments on commit 7ecc42e

Please sign in to comment.