Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40136
b: refs/heads/master
c: 84f404f
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Andi Kleen committed Oct 21, 2006
1 parent b8b0604 commit 11a24a1
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: 8cf2c51927bbeefafc25193d01b91f9ed3806e96
refs/heads/master: 84f404f695b16bd142c8dd9910d5a398f54fb044
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/genapic_flat.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ struct genapic apic_flat = {

static cpumask_t physflat_target_cpus(void)
{
return cpumask_of_cpu(0);
return cpu_online_map;
}

static cpumask_t physflat_vector_allocation_domain(int cpu)
Expand Down

0 comments on commit 11a24a1

Please sign in to comment.