From 77dc16f33d19195c7f7c569d877a6180ed1b9d54 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 28 Oct 2011 13:02:53 -0700 Subject: intel: Remove stale comment. This used to be next to some map refcounting code, but that is long dead. Reviewed-by: Daniel Vetter --- intel/intel_bufmgr_gem.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'intel/intel_bufmgr_gem.c') diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index 54433ea2..94549f8c 100644 --- a/intel/intel_bufmgr_gem.c +++ b/intel/intel_bufmgr_gem.c @@ -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; -- cgit v1.2.3