Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243677
b: refs/heads/master
c: 9f01b25
h: refs/heads/master
i:
  243675: f14de2e
v: v3
  • Loading branch information
Chris Wilson committed Mar 31, 2011
1 parent 3aaeaea commit eb9fc67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6ee3b5a12740eddc5a76e130b6cc7cc64468d1f7
refs/heads/master: 9f01b25048ad12b5d71f4f7d3b62ef737639a08d
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/i915/intel_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
ret__ = -ETIMEDOUT; \
break; \
} \
if (W && !in_dbg_master()) msleep(W); \
if (W && !(in_atomic() || in_dbg_master())) msleep(W); \
} \
ret__; \
})
Expand Down

0 comments on commit eb9fc67

Please sign in to comment.