Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31179
b: refs/heads/master
c: 2cd90bc
h: refs/heads/master
i:
  31177: 673458a
  31175: 33a4537
v: v3
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Jun 28, 2006
1 parent f248e57 commit 0a8a060
Show file tree
Hide file tree
Showing 2 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: 4da30d15b6d5036b0d96422d6946ca758111fae3
refs/heads/master: 2cd90bc8fba8720ef7f3fdfd1e0c1a5397a18271
8 changes: 4 additions & 4 deletions trunk/arch/powerpc/platforms/cell/spu_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ spu_irq_class_0_bottom(struct spu *spu)

stat &= mask;

if (stat & 1) /* invalid MFC DMA */
__spu_trap_invalid_dma(spu);

if (stat & 2) /* invalid DMA alignment */
if (stat & 1) /* invalid DMA alignment */
__spu_trap_dma_align(spu);

if (stat & 2) /* invalid MFC DMA */
__spu_trap_invalid_dma(spu);

if (stat & 4) /* error on SPU */
__spu_trap_error(spu);

Expand Down

0 comments on commit 0a8a060

Please sign in to comment.