From 4e3e60dc486fdd6d02ba6feb823b6a68ab481e36 Mon Sep 17 00:00:00 2001 From: Nicolas Benech Date: Fri, 28 Dec 2018 14:25:12 -0500 Subject: [PATCH] gpu: nvgpu: unit: fix test names in page_table Fix duplicate names in the test list. JIRA NVGPU-907 Change-Id: Ifd3d3137bab36e6806b910f1e1ee303e29be376e Signed-off-by: Nicolas Benech Reviewed-on: https://git-master.nvidia.com/r/1983630 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/units/mm/gmmu/page_table/page_table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/units/mm/gmmu/page_table/page_table.c b/userspace/units/mm/gmmu/page_table/page_table.c index 33de3efb5..9773ee0d3 100644 --- a/userspace/units/mm/gmmu/page_table/page_table.c +++ b/userspace/units/mm/gmmu/page_table/page_table.c @@ -841,7 +841,7 @@ struct unit_module_test nvgpu_gmmu_tests[] = { UNIT_TEST(map_fail_pd_allocate, test_nvgpu_gmmu_map_unmap_map_fail, (void *) SPECIAL_MAP_FAIL_PD_ALLOCATE), - UNIT_TEST(map_fail_pd_allocate, + UNIT_TEST(map_fail_pd_allocate_child, test_nvgpu_gmmu_map_unmap_map_fail, (void *) SPECIAL_MAP_FAIL_PD_ALLOCATE_CHILD), @@ -880,7 +880,7 @@ struct unit_module_test nvgpu_gmmu_tests[] = { UNIT_TEST(gmmu_map_unmap_sgt_iommu_sysmem, test_nvgpu_gmmu_map_unmap, (void *) &test_sgt_iommu_sysmem), - UNIT_TEST(gmmu_map_unmap_iommu_sysmem_adv_small_pages_sparse, + UNIT_TEST(gmmu_map_unmap_iommu_sysmem_adv_ctag, test_nvgpu_gmmu_map_unmap_adv, (void *) &test_iommu_sysmem_adv_ctag), UNIT_TEST(gmmu_map_unmap_iommu_sysmem_adv_big_pages_batched,