Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45469
b: refs/heads/master
c: e5e5673
h: refs/heads/master
i:
  45467: 035d70f
v: v3
  • Loading branch information
Nathan Lynch authored and Linus Torvalds committed Jan 12, 2007
1 parent cbd880d commit 6fd4760
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: c71551ad309c46d9d2433a9b688491edbd10c806
refs/heads/master: e5e5673f828623e58a401862b33173591faaeaff
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -6865,7 +6865,7 @@ void __init sched_init_smp(void)

lock_cpu_hotplug();
arch_init_sched_domains(&cpu_online_map);
cpus_andnot(non_isolated_cpus, cpu_online_map, cpu_isolated_map);
cpus_andnot(non_isolated_cpus, cpu_possible_map, cpu_isolated_map);
if (cpus_empty(non_isolated_cpus))
cpu_set(smp_processor_id(), non_isolated_cpus);
unlock_cpu_hotplug();
Expand Down

0 comments on commit 6fd4760

Please sign in to comment.