intel: Remove stale comment.

This used to be next to some map refcounting code, but that is long dead.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
main
Eric Anholt 2011-10-28 13:02:53 -07:00
parent 515cea6ac6
commit 77dc16f33d
1 changed files with 0 additions and 3 deletions

View File

@ -1010,9 +1010,6 @@ static int drm_intel_gem_bo_map(drm_intel_bo *bo, int write_enable)
pthread_mutex_lock(&bufmgr_gem->lock);
/* Allow recursive mapping. Mesa may recursively map buffers with
* nested display loops.
*/
if (!bo_gem->mem_virtual) {
struct drm_i915_gem_mmap mmap_arg;