Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243311
b: refs/heads/master
c: 41ef020
h: refs/heads/master
i:
  243309: 838948a
  243307: a2be684
  243303: 70f7eaf
  243295: d63a718
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 19548cd commit d01e96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: dea1078e1a67f3d877ef553e3189df20fcca54e0
refs/heads/master: 41ef0203214644ad003e8dac0147a3e5b6381034
4 changes: 1 addition & 3 deletions trunk/arch/ia64/xen/irq_xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ static void
__xen_register_percpu_irq(unsigned int cpu, unsigned int vec,
struct irqaction *action, int save)
{
struct irq_desc *desc;
int irq = 0;

if (xen_slab_ready) {
Expand Down Expand Up @@ -223,8 +222,7 @@ __xen_register_percpu_irq(unsigned int cpu, unsigned int vec,
* mark the interrupt for migrations and trigger it
* on cpu hotplug.
*/
desc = irq_desc + irq;
desc->status |= IRQ_PER_CPU;
irq_set_status_flags(irq, IRQ_PER_CPU);
}
}

Expand Down

0 comments on commit d01e96f

Please sign in to comment.