Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210081
b: refs/heads/master
c: 08f2e66
h: refs/heads/master
i:
  210079: 62a9f2e
v: v3
  • Loading branch information
Arnd Bergmann authored and Dave Airlie committed Aug 26, 2010
1 parent 8e0dc67 commit 3f0504c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 12acd90f0b97a4ce4574ca1e951cbca026e92560
refs/heads/master: 08f2e669a81b5906adf6e4716f92d99d7966d224
2 changes: 2 additions & 0 deletions trunk/drivers/gpu/drm/drm_lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ int drm_lock(struct drm_device *dev, void *data, struct drm_file *file_priv)
}

/* Contention */
mutex_unlock(&drm_global_mutex);
schedule();
mutex_lock(&drm_global_mutex);
if (signal_pending(current)) {
ret = -EINTR;
break;
Expand Down

0 comments on commit 3f0504c

Please sign in to comment.