Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39103
b: refs/heads/master
c: f5a9245
h: refs/heads/master
i:
  39101: 0a58d1b
  39099: 3529c3e
  39095: 584af51
  39087: 579c252
  39071: d8a25da
  39039: 6f11519
v: v3
  • Loading branch information
Olaf Hering authored and Paul Mackerras committed Oct 7, 2006
1 parent 773148e commit d137871
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 35a84c2f56e0f77ea2c5a4327b17104705f4c8c7
refs/heads/master: f5a924581a4e7b9bc29a49ee1397dcaaacd5f25f
6 changes: 3 additions & 3 deletions trunk/arch/powerpc/platforms/cell/spu_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static int __spu_trap_data_map(struct spu *spu, unsigned long ea, u64 dsisr)
}

static irqreturn_t
spu_irq_class_0(int irq, void *data, struct pt_regs *regs)
spu_irq_class_0(int irq, void *data)
{
struct spu *spu;

Expand Down Expand Up @@ -186,7 +186,7 @@ spu_irq_class_0_bottom(struct spu *spu)
EXPORT_SYMBOL_GPL(spu_irq_class_0_bottom);

static irqreturn_t
spu_irq_class_1(int irq, void *data, struct pt_regs *regs)
spu_irq_class_1(int irq, void *data)
{
struct spu *spu;
unsigned long stat, mask, dar, dsisr;
Expand Down Expand Up @@ -224,7 +224,7 @@ spu_irq_class_1(int irq, void *data, struct pt_regs *regs)
EXPORT_SYMBOL_GPL(spu_irq_class_1_bottom);

static irqreturn_t
spu_irq_class_2(int irq, void *data, struct pt_regs *regs)
spu_irq_class_2(int irq, void *data)
{
struct spu *spu;
unsigned long stat;
Expand Down

0 comments on commit d137871

Please sign in to comment.