Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 139837
b: refs/heads/master
c: 959b887
h: refs/heads/master
i:
  139835: 6f8be82
v: v3
  • Loading branch information
Jesse Barnes authored and Eric Anholt committed Apr 1, 2009
1 parent 2d07325 commit 276ad08
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8d7773a32d8aa723030712b0a500a4a402a21c85
refs/heads/master: 959b887cf42fd63cf10e28a7f26126f78aa1c0b0
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/i915/i915_gem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,7 @@ int i915_gem_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
case -EAGAIN:
return VM_FAULT_OOM;
case -EFAULT:
case -EINVAL:
return VM_FAULT_SIGBUS;
default:
return VM_FAULT_NOPAGE;
Expand Down

0 comments on commit 276ad08

Please sign in to comment.