Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46252
b: refs/heads/master
c: 451fe00
h: refs/heads/master
v: v3
  • Loading branch information
Alex Williamson authored and Tony Luck committed Feb 5, 2007
1 parent 65e4c53 commit f7d10cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 06f87adff12e52429390b22c57443665b073cd82
refs/heads/master: 451fe00cf7fd48ba55acd1c8b891e7a65e1b3f81
5 changes: 5 additions & 0 deletions trunk/arch/ia64/kernel/iosapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,11 @@ iosapic_unregister_intr (unsigned int gsi)
/* Clear the interrupt controller descriptor */
idesc->chip = &no_irq_type;

#ifdef CONFIG_SMP
/* Clear affinity */
cpus_setall(idesc->affinity);
#endif

/* Clear the interrupt information */
memset(&iosapic_intr_info[vector], 0,
sizeof(struct iosapic_intr_info));
Expand Down

0 comments on commit f7d10cb

Please sign in to comment.