From 0dafd65205a2b35086fa6c8e184b72d7d352854f Mon Sep 17 00:00:00 2001 From: Kent Russell Date: Thu, 5 Sep 2024 10:16:17 -0400 Subject: [PATCH] hsakmt: Remove unused functions The fmm_node_[added|removed] functions were added in the initial FMM support, but weren't used. Remove them now since no one's referencing them Change-Id: I1e46e57294a72012227b38f46c7099de0b9263be Signed-off-by: Kent Russell [ROCm/ROCR-Runtime commit: 3b61f75f4913d8fcfebc57086a113f49446d2248] --- projects/rocr-runtime/libhsakmt/src/fmm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/rocr-runtime/libhsakmt/src/fmm.h b/projects/rocr-runtime/libhsakmt/src/fmm.h index a9982ef5bb..b56581dccf 100644 --- a/projects/rocr-runtime/libhsakmt/src/fmm.h +++ b/projects/rocr-runtime/libhsakmt/src/fmm.h @@ -69,8 +69,6 @@ HSAKMT_STATUS hsakmt_fmm_return_asan_header_page(void* address); #endif /* Topology interface*/ -HSAKMT_STATUS fmm_node_added(HSAuint32 gpu_id); -HSAKMT_STATUS fmm_node_removed(HSAuint32 gpu_id); HSAKMT_STATUS hsakmt_fmm_get_aperture_base_and_limit(aperture_type_e aperture_type, HSAuint32 gpu_id, HSAuint64 *aperture_base, HSAuint64 *aperture_limit);