drm: remove stray debug code
authorDave Airlie <airlied@redhat.com>
Thu, 16 Oct 2008 00:51:56 +0000 (10:51 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 16 Oct 2008 00:51:56 +0000 (10:51 +1000)
linux-core/drm_bo.c

index 93df229..36af51c 100644 (file)
@@ -2099,7 +2099,6 @@ void drm_bo_evict_mm(struct drm_device *dev, int mem_type, int no_wait)
        int ret;
        /* evict all buffers on the LRU - won't evict pinned buffers */
        
-       drm_mm_dump(&man->manager);
        mutex_lock(&dev->struct_mutex);
        do {
                lru = &man->lru;