commit | 0af5c656fdb797f74ee57414e0c07cd57406d0c3 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Thu Oct 18 14:29:28 2018 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Oct 25 14:04:40 2018 -0500 |
tree | 0ffabe681c3f80a1909954df74a41ede03fccfab | |
parent | 3732eb0683c17113201cd29fdefd7a58b1acfa7f [diff] |
drm/amdgpu: fix amdgpu_vm_fini We should not remove mappings in rbtree_postorder_for_each_entry_safe because that rebalances the tree. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>