mm: rename migrate_pgmap_owner
[linux-2.6-microblaze.git] / drivers / gpu / drm / nouveau / nouveau_svm.c
index 1c3f890..e963f7d 100644 (file)
@@ -265,7 +265,7 @@ nouveau_svmm_invalidate_range_start(struct mmu_notifier *mn,
         * the invalidation is handled as part of the migration process.
         */
        if (update->event == MMU_NOTIFY_MIGRATE &&
-           update->migrate_pgmap_owner == svmm->vmm->cli->drm->dev)
+           update->owner == svmm->vmm->cli->drm->dev)
                goto out;
 
        if (limit > svmm->unmanaged.start && start < svmm->unmanaged.limit) {