intel: Remove stale comment.
authorEric Anholt <eric@anholt.net>
Fri, 28 Oct 2011 20:02:53 +0000 (13:02 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 29 Oct 2011 19:03:34 +0000 (12:03 -0700)
This used to be next to some map refcounting code, but that is long dead.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
intel/intel_bufmgr_gem.c

index 54433ea..94549f8 100644 (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;