Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375565
b: refs/heads/master
c: dcb615a
h: refs/heads/master
i:
  375563: ba45ea3
v: v3
  • Loading branch information
Alexander Gordeev authored and Benjamin Herrenschmidt committed May 14, 2013
1 parent dd90758 commit 145b5b7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: ca9d7aea5952c5e90bfe28ed738a7e962c0adad2
refs/heads/master: dcb615aef988b57deef3d9b4557ff20f681a82b0
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/wsp/ics.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ static int wsp_chip_set_affinity(struct irq_data *d,
xive = xive_set_server(xive, get_irq_server(ics, hw_irq));
wsp_ics_set_xive(ics, hw_irq, xive);

return 0;
return IRQ_SET_MASK_OK;
}

static struct irq_chip wsp_irq_chip = {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/ehv_pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ int ehv_pic_set_affinity(struct irq_data *d, const struct cpumask *dest,
ev_int_set_config(src, config, prio, cpuid);
spin_unlock_irqrestore(&ehv_pic_lock, flags);

return 0;
return IRQ_SET_MASK_OK;
}

static unsigned int ehv_pic_type_to_vecpri(unsigned int type)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/mpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ int mpic_set_affinity(struct irq_data *d, const struct cpumask *cpumask,
mpic_physmask(mask));
}

return 0;
return IRQ_SET_MASK_OK;
}

static unsigned int mpic_type_to_vecpri(struct mpic *mpic, unsigned int type)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/xics/ics-opal.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static int ics_opal_set_affinity(struct irq_data *d,
__func__, d->irq, hw_irq, server, rc);
return -1;
}
return 0;
return IRQ_SET_MASK_OK;
}

static struct irq_chip ics_opal_irq_chip = {
Expand Down

0 comments on commit 145b5b7

Please sign in to comment.