Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48256
b: refs/heads/master
c: 128b854
h: refs/heads/master
v: v3
  • Loading branch information
Masato Noguchi authored and Arnd Bergmann committed Feb 13, 2007
1 parent 1eecad7 commit b012689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2eb1b12049844a8ebc670e0e4fc908bc3f8933d3
refs/heads/master: 128b8546a83a9e37448bc126e1045dc1db291165
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/platforms/cell/spufs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ static unsigned long spufs_mem_mmap_nopfn(struct vm_area_struct *vma,

offset += vma->vm_pgoff << PAGE_SHIFT;

if (offset >= LS_SIZE)
return NOPFN_SIGBUS;

spu_acquire(ctx);

if (ctx->state == SPU_STATE_SAVED) {
Expand Down

0 comments on commit b012689

Please sign in to comment.