Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53790
b: refs/heads/master
c: f0e13ae
h: refs/heads/master
v: v3
  • Loading branch information
Yinghai Lu authored and Andi Kleen committed May 2, 2007
1 parent f043550 commit aba62f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 9f7290ed23b1cedf7198ef7b67f2ed256bc8553e
refs/heads/master: f0e13ae76a607eab9c387544ebca550f2196a876
3 changes: 1 addition & 2 deletions trunk/arch/x86_64/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,8 +1407,7 @@ static void irq_complete_move(unsigned int irq)

vector = ~get_irq_regs()->orig_rax;
me = smp_processor_id();
if ((vector == cfg->vector) &&
cpu_isset(smp_processor_id(), cfg->domain)) {
if ((vector == cfg->vector) && cpu_isset(me, cfg->domain)) {
cpumask_t cleanup_mask;

cpus_and(cleanup_mask, cfg->old_domain, cpu_online_map);
Expand Down

0 comments on commit aba62f6

Please sign in to comment.