Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67385
b: refs/heads/master
c: 17b5ee0
h: refs/heads/master
i:
  67383: 4ebce46
v: v3
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed Sep 22, 2007
1 parent db9353b commit d0649c9
Show file tree
Hide file tree
Showing 4 changed files with 4 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: 3164cccdc0e6e16eb9797586aaa8d1f759799c01
refs/heads/master: 17b5ee04c09a158129eb538933eae7be956190e9
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/mpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ static void mpic_end_ipi(unsigned int irq)

#endif /* CONFIG_SMP */

static void mpic_set_affinity(unsigned int irq, cpumask_t cpumask)
void mpic_set_affinity(unsigned int irq, cpumask_t cpumask)
{
struct mpic *mpic = mpic_from_irq(irq);
unsigned int src = mpic_irq_to_hw(irq);
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/powerpc/sysdev/mpic.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ extern int mpic_set_irq_type(unsigned int virq, unsigned int flow_type);
extern void mpic_end_irq(unsigned int irq);
extern void mpic_mask_irq(unsigned int irq);
extern void mpic_unmask_irq(unsigned int irq);
extern void mpic_set_affinity(unsigned int irq, cpumask_t cpumask);

#endif /* _POWERPC_SYSDEV_MPIC_H */
1 change: 1 addition & 0 deletions trunk/arch/powerpc/sysdev/mpic_u3msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ static struct irq_chip mpic_u3msi_chip = {
.unmask = mpic_u3msi_unmask_irq,
.eoi = mpic_end_irq,
.set_type = mpic_set_irq_type,
.set_affinity = mpic_set_affinity,
.typename = "MPIC-U3MSI",
};

Expand Down

0 comments on commit d0649c9

Please sign in to comment.