diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-05-09 16:36:28 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-05-09 16:36:28 +0100 |
commit | eeff906aa0f64da12a0154c66d99e8492dd95107 (patch) | |
tree | 8a2e46e6f61e5beca1ef212f223053ba1e8b1073 /linux-core/drm_compat.c | |
parent | 7317e774b5cddb7218c1416fa4d9ee98756e4890 (diff) |
Fix build problems
Diffstat (limited to 'linux-core/drm_compat.c')
-rw-r--r-- | linux-core/drm_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_compat.c b/linux-core/drm_compat.c index 2a761963..dbb31578 100644 --- a/linux-core/drm_compat.c +++ b/linux-core/drm_compat.c @@ -217,7 +217,7 @@ static struct page *drm_bo_vm_fault(struct vm_area_struct *vma, mutex_lock(&bo->mutex); - err = drm_bo_wait(bo, 0, 1, 0); + err = drm_bo_wait(bo, 0, 1, 0, 1); if (err) { data->type = (err == -EAGAIN) ? VM_FAULT_MINOR : VM_FAULT_SIGBUS; |