Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212229
b: refs/heads/master
c: 9717967
h: refs/heads/master
i:
  212227: 7b2cf96
v: v3
  • Loading branch information
Yinghai Lu authored and Thomas Gleixner committed Oct 19, 2010
1 parent 09b5df2 commit d3917ec
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 032fa36091a925f555158f4e80f8a09d951cdb10
refs/heads/master: 9717967c4b704ce344c954afb5bb160aa9c01c34
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3109,7 +3109,8 @@ void destroy_irq(unsigned int irq)

irq_set_status_flags(irq, IRQ_NOREQUEST|IRQ_NOPROBE);

free_irte(irq);
if (intr_remapping_enabled)
free_irte(irq);
raw_spin_lock_irqsave(&vector_lock, flags);
__clear_irq_vector(irq, cfg);
raw_spin_unlock_irqrestore(&vector_lock, flags);
Expand Down

0 comments on commit d3917ec

Please sign in to comment.