From 2560faa31bfdaed207403167fe7c270c666aa778 Mon Sep 17 00:00:00 2001 From: Maisam Arif Date: Fri, 13 Dec 2024 12:00:56 -0600 Subject: [PATCH] Revert "[SWDEV-502001] Fix link for amd_hsmp.h" This reverts commit cc50414c9caef325ac6c8b48f9e13e61ca57e090. Change-Id: I583e3e49989955f03adea84c965503288c0934ee Signed-off-by: Maisam Arif [ROCm/amdsmi commit: 41561ec3a07676c1bf0db17fe5d331a1b35b5466] --- projects/amdsmi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/amdsmi/CMakeLists.txt b/projects/amdsmi/CMakeLists.txt index d2c118b072..85821c49ad 100644 --- a/projects/amdsmi/CMakeLists.txt +++ b/projects/amdsmi/CMakeLists.txt @@ -129,7 +129,7 @@ if(ENABLE_ESMI_LIB) endif() if(NOT EXISTS ${PROJECT_SOURCE_DIR}/esmi_ib_library/include/asm/amd_hsmp.h) file(DOWNLOAD - https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/plain/arch/x86/include/uapi/asm/amd_hsmp.h + https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/plain/arch/x86/include/uapi/asm/amd_hsmp.h?h=review-ilpo ${PROJECT_SOURCE_DIR}/esmi_ib_library/include/asm/amd_hsmp.h) endif() add_definitions("-DENABLE_ESMI_LIB=1")